Skip to content

Commit 986a37d

Browse files
authored
Merge pull request #705 from mcserep/gcc-ppke
Replace PPKE mirror with main GNU GCC repo for the tarball build
2 parents d761423 + 6bf7ea3 commit 986a37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/build-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdir -p $PACKAGES_DIR
1010

1111
if [ ! -f $DEPS_INSTALL_BUILD_DIR/gcc-install/bin/g++ ]; then
1212
cd $PACKAGES_DIR
13-
wget --no-verbose --no-clobber http://robotlab.itk.ppke.hu/gcc/releases/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz
13+
wget --no-verbose --no-clobber https://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.xz
1414
tar -xf gcc-$GCC_VERSION.tar.xz
1515
cd gcc-$GCC_VERSION
1616
./contrib/download_prerequisites

0 commit comments

Comments
 (0)