From 524c76c56c5dd94d3fc985af3a0339d52fa12f6f Mon Sep 17 00:00:00 2001 From: Lifang Zhang Date: Mon, 8 Jan 2024 10:37:57 +0200 Subject: [PATCH] script: use odp v1.42.1.0 --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index c62aaf28..1329d4bc 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -29,6 +29,7 @@ mkdir "${install_dir}" --parents # Clone, build and install ODP which is needed by EM-ODP git clone --branch master --depth 1 https://github.com/OpenDataPlane/odp.git cd odp +git checkout -b v1.42.1.0 v1.42.1.0 ./bootstrap ./configure \