Skip to content

Commit

Permalink
add retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongy committed Nov 22, 2023
1 parent 80d3bae commit 4e52615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/perf_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ popd
rm -r zstd-1.5.2 zstd-1.5.2.tar.gz

# install newer versions of elfutils
curl -L https://sourceware.org/elfutils/ftp/0.187/elfutils-0.187.tar.bz2 -o elfutils-0.187.tar.bz2
curl --retry-delay 5 --retry 5 -L https://sourceware.org/elfutils/ftp/0.187/elfutils-0.187.tar.bz2 -o elfutils-0.187.tar.bz2
tar -xf elfutils-0.187.tar.bz2
pushd elfutils-0.187
# disable debuginfod, otherwise it will try to dlopen("libdebuginfod.so") in runtime & that can
Expand Down

0 comments on commit 4e52615

Please sign in to comment.