Skip to content

Commit

Permalink
Revert "base: fix ovn build failure (#2926)"
Browse files Browse the repository at this point in the history
This reverts commit 3796d1e.
  • Loading branch information
zhangzujian committed Jun 16, 2023
1 parent d15874e commit b931b5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ RUN dpkg -i /usr/src/python3-openvswitch*.deb /usr/src/libopenvswitch*.deb

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

0 comments on commit b931b5b

Please sign in to comment.