Skip to content

Commit

Permalink
GitHub Actions: ftp.gnu.org is down, use a mirror instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 1, 2024
1 parent 2ad1274 commit 44bbb7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for--netbsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
install -d src/libiconv
cd src/libiconv
curl -L -o src.tar.gz https://ftp.gnu.org/gnu/libiconv/libiconv-1.17.tar.gz
curl -L -o src.tar.gz https://distfiles.macports.org/libiconv/libiconv-1.17.tar.gz
tar vxf src.tar.gz --strip-components=1
./configure --host=amd64-unknown-netbsd --prefix=${{ github.workspace }}/amd64-unknown-netbsd-3rdroot --enable-extra-encodings --enable-static --disable-shared
make V=1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-freebsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
install -d src/libiconv
cd src/libiconv
curl -L -o src.tar.gz https://ftp.gnu.org/gnu/libiconv/libiconv-1.17.tar.gz
curl -L -o src.tar.gz https://distfiles.macports.org/libiconv/libiconv-1.17.tar.gz
tar vxf src.tar.gz --strip-components=1
./configure --host=amd64-unknown-freebsd --prefix=${{ github.workspace }}/amd64-unknown-freebsd-3rdroot --enable-extra-encodings --enable-static --disable-shared
make V=1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for-openbsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
install -d src/libiconv
cd src/libiconv
curl -L -o src.tar.gz https://ftp.gnu.org/gnu/libiconv/libiconv-1.17.tar.gz
curl -L -o src.tar.gz https://distfiles.macports.org/libiconv/libiconv-1.17.tar.gz
tar vxf src.tar.gz --strip-components=1
./configure --host=amd64-unknown-openbsd --prefix=${{ github.workspace }}/amd64-unknown-openbsd-3rdroot --enable-extra-encodings --enable-static --disable-shared
make V=1
Expand Down

0 comments on commit 44bbb7c

Please sign in to comment.