Skip to content

Commit

Permalink
base: fix ovn build failure (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jun 12, 2023
1 parent 98748f6 commit 3796d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Expand Up @@ -42,6 +42,8 @@ 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 3796d1e

Please sign in to comment.