Skip to content

Commit

Permalink
script: use odp v1.42.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lifang Zhang <[email protected]>
  • Loading branch information
lifang-zhang committed Jan 8, 2024
1 parent ba69d16 commit 5c0337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c0337f

Please sign in to comment.