File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ cd "${FEEDSIM_THIRD_PARTY_SRC}"
6262if ! [ -d " gengetopt-2.23" ]; then
6363 # Source the download retry function
6464 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
65- download_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
65+ download_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
6666 tar -xf " gengetopt-2.23.tar.xz"
6767 cd " gengetopt-2.23"
6868 ./configure
Original file line number Diff line number Diff line change 9595if ! [ -d " gengetopt-2.23" ]; then
9696 # Source the download retry function
9797 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
98- download_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
98+ download_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
9999 tar -xf " gengetopt-2.23.tar.xz"
100100 cd " gengetopt-2.23"
101101 ./configure
Original file line number Diff line number Diff line change 8484if ! [ -d " gengetopt-2.23" ]; then
8585 # Source the download retry function
8686 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
87- download_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
87+ download_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
8888 tar -xf " gengetopt-2.23.tar.xz"
8989 cd " gengetopt-2.23"
9090 ./configure
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ cd "${FEEDSIM_THIRD_PARTY_SRC}"
6060if ! [ -d " gengetopt-2.23" ]; then
6161 # Source the download retry function
6262 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
63- download_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
63+ download_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
6464 tar -xf " gengetopt-2.23.tar.xz"
6565 cd " gengetopt-2.23"
6666 ./configure
Original file line number Diff line number Diff line change 9090if ! [ -d " gengetopt-2.23" ]; then
9191 # Source the download retry function
9292 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
93- download_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
93+ download_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
9494 tar -xf " gengetopt-2.23.tar.xz"
9595 cd " gengetopt-2.23"
9696 ./configure
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dnf install -y cmake ninja-build flex bison git texinfo \
1515SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd -P) "
1616BENCHPRESS_ROOT=" $( readlink -f " $SCRIPT_DIR /../../../../.." ) "
1717source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
18- curl_with_retry " https://ftpmirror.gnu.org /gnu/gengetopt/gengetopt-2.23.tar.xz"
18+ curl_with_retry " https://mirrors.ocf.berkeley.edu /gnu/gengetopt/gengetopt-2.23.tar.xz"
1919tar -xf gengetopt-2.23.tar.xz
2020cd gengetopt-2.23
2121./configure
Original file line number Diff line number Diff line change 8787
8888# Download binutils
8989BINUTILS_TARBALL_PATH=" ${FOLLY_BUILD_ROOT} /downloads/libiberty-binutils-2.42.tar.xz"
90- BINUTILS_TARBALL_URL=" https://ftpmirror.gnu.org /gnu/binutils/binutils-2.42.tar.xz"
90+ BINUTILS_TARBALL_URL=" https://mirrors.ocf.berkeley.edu /gnu/binutils/binutils-2.42.tar.xz"
9191if ! [ -f " ${BINUTILS_TARBALL_PATH} " ]; then
9292 echo " Downloading libiberty-binutils-2.42.tar.xz..."
9393 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
Original file line number Diff line number Diff line change 8383
8484# Download binutils
8585BINUTILS_TARBALL_PATH=" ${FOLLY_BUILD_ROOT} /downloads/libiberty-binutils-2.42.tar.xz"
86- BINUTILS_TARBALL_URL=" https://ftpmirror.gnu.org /gnu/binutils/binutils-2.42.tar.xz"
86+ BINUTILS_TARBALL_URL=" https://mirrors.ocf.berkeley.edu /gnu/binutils/binutils-2.42.tar.xz"
8787if ! [ -f " ${BINUTILS_TARBALL_PATH} " ]; then
8888 echo " Downloading libiberty-binutils-2.42.tar.xz..."
8989 source " ${BENCHPRESS_ROOT} /scripts/download_with_retry.sh"
You can’t perform that action at this time.
0 commit comments