File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 if : ${{ failure() }}
2828 uses : mxschmitt/action-tmate@v3
2929 - name : Upload Build Archive
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : newer-toolchain-${{ matrix.target_arch }}-${{ github.sha }}
3333 path : ${{ github.workspace }}/build/
3838 runs-on : ubuntu-22.04
3939 steps :
4040 - name : Fetch archives
41- uses : actions/download-artifact@v3
41+ uses : actions/download-artifact@v4
4242 with :
4343 path : ./
4444 - name : Copy archives
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ source $_SCRIPTDIR/common-files/termux_download.sh
2727: ${_TMP_DIR:= $_SCRIPTDIR / tmp}
2828: ${_API_LEVEL:= 21}
2929: ${_MAKE_PROCESSES:= $(nproc)}
30- : ${GCC_VERSION:= 12.4 .0}
31- : ${GCC_SHA256:= 5a30de2be740062bb3ddd3fd13c9b1bb4584d8f85616d33f23a713439d714148 }
32- : ${BINUTILS_VERSION:= 2.43 }
33- : ${BINUTILS_SHA256:= 025c436d15049076ebe511d29651cc4785ee502965a8839936a65518582bdd64 }
30+ : ${GCC_VERSION:= 12.5 .0}
31+ : ${GCC_SHA256:= f2dfac9c026c58b04251732aa459db614ae1017d32a18a296b1ae5af3dcad927 }
32+ : ${BINUTILS_VERSION:= 2.44 }
33+ : ${BINUTILS_SHA256:= 0cdd76777a0dfd3dd3a63f215f030208ddb91c2361d2bcc02acec0f1c16b6a2e }
3434
3535export TOOLCHAIN_ARCH
3636
@@ -63,11 +63,11 @@ sudo apt install -y libgmp-dev libmpfr-dev libmpc-dev zlib1g-dev libisl-dev libt
6363pushd $_TMP_DIR
6464
6565# Download source
66- GCC_SRC_URL=https://ftp.gnu .org/gnu/gcc/gcc-${GCC_VERSION} /gcc-${GCC_VERSION} .tar.gz
66+ GCC_SRC_URL=https://mirrors.kernel .org/gnu/gcc/gcc-${GCC_VERSION} /gcc-${GCC_VERSION} .tar.gz
6767GCC_SRC_FILE=$_CACHE_DIR /gcc-${GCC_VERSION} .tar.gz
6868GCC_SRC_DIR=$_TMP_DIR /gcc-${GCC_VERSION}
6969termux_download $GCC_SRC_URL $GCC_SRC_FILE $GCC_SHA256
70- BINUTILS_SRC_URL=https://ftp.gnu .org/gnu/binutils/binutils-${BINUTILS_VERSION} .tar.gz
70+ BINUTILS_SRC_URL=https://mirrors.kernel .org/gnu/binutils/binutils-${BINUTILS_VERSION} .tar.gz
7171BINUTILS_SRC_FILE=$_CACHE_DIR /binutils-${BINUTILS_VERSION} .tar.gz
7272BINUTILS_SRC_DIR=$_TMP_DIR /binutils-${BINUTILS_VERSION}
7373termux_download $BINUTILS_SRC_URL $BINUTILS_SRC_FILE $BINUTILS_SHA256
You can’t perform that action at this time.
0 commit comments