Skip to content

Commit

Permalink
Update elfutils in manylinux wheels to 0.187
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Jul 25, 2022
1 parent e9d1673 commit c47dd99
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 @@ -21,7 +21,7 @@ ln -s /usr/share/aclocal/pkg.m4 /usr/local/share/aclocal/

# Install a recent version of elfutils instead of whatever is in the manylinux
# image.
elfutils_version=0.186
elfutils_version=0.187
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 c47dd99

Please sign in to comment.