Skip to content

Commit 91a422f

Browse files
committed
Upgrade from elfutils 0.189 to 0.193
Signed-off-by: Matt Wozniski <[email protected]>
1 parent fe1baf1 commit 91a422f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ skip = "*-musllinux_aarch64"
5353
before-all = [
5454
"yum install -y python-devel-2.7.5",
5555
"cd /",
56-
"VERS=0.189",
56+
"VERS=0.193",
5757
"curl https://sourceware.org/elfutils/ftp/$VERS/elfutils-$VERS.tar.bz2 > ./elfutils.tar.bz2",
5858
"tar -xf elfutils.tar.bz2",
5959
"cd elfutils-$VERS",
@@ -76,7 +76,7 @@ before-all = [
7676
# https://git.alpinelinux.org/aports/tree/main/elfutils/musl-macros.patch
7777
"cd /",
7878
"apk add --update argp-standalone bison bsd-compat-headers bzip2-dev flex-dev libtool linux-headers musl-fts-dev musl-libintl musl-obstack-dev xz-dev zlib-dev zstd-dev",
79-
"VERS=0.189",
79+
"VERS=0.193",
8080
"curl https://sourceware.org/elfutils/ftp/$VERS/elfutils-$VERS.tar.bz2 > ./elfutils.tar.bz2",
8181
"tar -xf elfutils.tar.bz2",
8282
"cd elfutils-$VERS",

0 commit comments

Comments
 (0)