File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 cd /
8787 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
8888 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
9090 tar -xf elfutils.tar.bz2
9191 cd elfutils-$VERS
9292 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 = [
9797 " yum install -y lz4-devel" ,
9898 " cd /" ,
9999 " 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" ,
101101 " tar -xf elfutils.tar.bz2" ,
102102 " cd elfutils-$VERS" ,
103103 " 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 = [
169169 " cd /" ,
170170 " 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" ,
171171 " 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" ,
173173 " tar -xf elfutils.tar.bz2" ,
174174 " cd elfutils-$VERS" ,
175175 " 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