Skip to content

Commit 3796d1e

Browse files
authored
base: fix ovn build failure (#2926)
1 parent 98748f6 commit 3796d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/images/Dockerfile.base

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ RUN dpkg -i /usr/src/python3-openvswitch*.deb /usr/src/libopenvswitch*.deb
4242

4343
RUN cd /usr/src/ && git clone -b branch-22.03 --depth=1 https://github.com/ovn-org/ovn.git && \
4444
cd ovn && \
45+
# Revert "call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy"
46+
curl -s https://github.com/kubeovn/ovn/commit/7be7605993968c78853ce0072cc405f494a10ccd.patch | git apply && \
4547
# fix ssl listen address
4648
curl -s https://github.com/kubeovn/ovn/commit/7992d55af9ac356d3ad934764f473d1b6aa4cf64.patch | git apply && \
4749
# ovn-controller: Add a generic way to check if the daemon started recently.

0 commit comments

Comments
 (0)