Signed-off-by: Vladislav Odintsov <odiv...@gmail.com>
---
 .ci/linux-build.sh | 1 +
 .ci/osx-build.sh   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index 0e9f87fa8..4217b4365 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -11,6 +11,7 @@ function configure_ovs()
 {
     git clone https://github.com/openvswitch/ovs.git ovs_src
     pushd ovs_src
+    git checkout v2.17.0
     ./boot.sh && ./configure $* || { cat config.log; exit 1; }
     make -j4 || { cat config.log; exit 1; }
     popd
diff --git a/.ci/osx-build.sh b/.ci/osx-build.sh
index 6617f0b9d..e256e54c2 100755
--- a/.ci/osx-build.sh
+++ b/.ci/osx-build.sh
@@ -9,6 +9,7 @@ function configure_ovs()
 {
     git clone https://github.com/openvswitch/ovs.git ovs_src
     pushd ovs_src
+    git checkout v2.17.0
     ./boot.sh && ./configure $*
     make -j4 || { cat config.log; exit 1; }
     popd
-- 
2.36.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to