Skip to content

Commit b931b5b

Browse files
committed
Revert "base: fix ovn build failure (#2926)"
This reverts commit 3796d1e.
1 parent d15874e commit b931b5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dist/images/Dockerfile.base

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ 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 && \
4745
# fix ssl listen address
4846
curl -s https://github.com/kubeovn/ovn/commit/7992d55af9ac356d3ad934764f473d1b6aa4cf64.patch | git apply && \
4947
# ovn-controller: Add a generic way to check if the daemon started recently.

0 commit comments

Comments
 (0)