Skip to content

Commit

Permalink
Update elfutils in manylinux wheels to 0.192
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Sandoval <osandov@osandov.com>
  • Loading branch information
osandov committed Dec 18, 2024
1 parent 5cba9ca commit d6201ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_manylinux_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

# Install a recent version of elfutils instead of whatever is in the manylinux
# image.
elfutils_version=0.191
elfutils_version=0.192
elfutils_url=https://sourceware.org/elfutils/ftp/$elfutils_version/elfutils-$elfutils_version.tar.bz2
mkdir /tmp/elfutils
cd /tmp/elfutils
Expand Down

0 comments on commit d6201ef

Please sign in to comment.