From 5c0337fa977e0d02f697f17ed9f531ce1594837e 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 Signed-off-by: Lifang Zhang --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index c62aaf28..496743ed 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -27,7 +27,7 @@ install_dir=$(dirname "${script_dir}")/installation 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 +git clone --branch v1.42.1.0 --depth 1 https://github.com/OpenDataPlane/odp.git cd odp ./bootstrap