File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ skip = "*-musllinux_aarch64"
5353before-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" ,
You can’t perform that action at this time.
0 commit comments