File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
cd /
87
87
apk add --update argp-standalone bison bsd-compat-headers bzip2-dev curl curl-dev flex-dev libtool linux-headers musl-fts-dev musl-libintl musl-obstack-dev xz-dev zlib-dev zstd-dev
88
88
VERS=0.191
89
- curl https://sourceware. org/elfutils/ftp/ $VERS/elfutils-$VERS.tar.bz2 > ./elfutils.tar.bz2
89
+ curl -L https://mirrors.kernel. org/sourceware/ elfutils/$VERS/elfutils-$VERS.tar.bz2 >./elfutils.tar.bz2
90
90
tar -xf elfutils.tar.bz2
91
91
cd elfutils-$VERS
92
92
CFLAGS='-Wno-error -DFNM_EXTMATCH=0 -g -O3' CXXFLAGS='-Wno-error -DFNM_EXTMATCH=0 -g -O3' ./configure --enable-libdebuginfod --disable-debuginfod --disable-nls --with-zstd
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ before-all = [
97
97
" yum install -y lz4-devel" ,
98
98
" cd /" ,
99
99
" VERS=0.191" ,
100
- " /usr/bin/curl https://sourceware. org/elfutils/ftp/ $VERS/elfutils-$VERS.tar.bz2 > ./elfutils.tar.bz2" ,
100
+ " /usr/bin/curl -L https://mirrors.kernel. org/sourceware/ elfutils/$VERS/elfutils-$VERS.tar.bz2 >./elfutils.tar.bz2" ,
101
101
" tar -xf elfutils.tar.bz2" ,
102
102
" cd elfutils-$VERS" ,
103
103
" CFLAGS='-Wno-error -g -O3' CXXFLAGS='-Wno-error -g -O3' LDFLAGS=-lrt ./configure --enable-libdebuginfod --disable-debuginfod --disable-nls --with-zstd" ,
@@ -169,7 +169,7 @@ before-all = [
169
169
" cd /" ,
170
170
" apk add --update argp-standalone bison bsd-compat-headers bzip2-dev curl-dev flex-dev libtool linux-headers musl-libintl musl-obstack-dev xz-dev zlib-dev zstd-dev" ,
171
171
" VERS=0.191" ,
172
- " curl https://sourceware. org/elfutils/ftp/ $VERS/elfutils-$VERS.tar.bz2 > ./elfutils.tar.bz2" ,
172
+ " curl -L https://mirrors.kernel. org/sourceware/ elfutils/$VERS/elfutils-$VERS.tar.bz2 >./elfutils.tar.bz2" ,
173
173
" tar -xf elfutils.tar.bz2" ,
174
174
" cd elfutils-$VERS" ,
175
175
" CFLAGS='-Wno-error -DFNM_EXTMATCH=0 -g -O3' CXXFLAGS='-Wno-error -g -O3' ./configure --enable-libdebuginfod --disable-debuginfod --disable-nls --with-zstd" ,
You can’t perform that action at this time.
0 commit comments