Skip to content

Commit c9f1882

Browse files
authored
Merge pull request #627 from sysprog21/update-toolchain
CI: Bump prebuilt GNU Toolchains
2 parents 23ae8e5 + ae023cc commit c9f1882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/riscv-toolchain-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ check_platform
1010
mkdir -p toolchain
1111

1212
if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
13-
GCC_VER=14.2.0-3
13+
GCC_VER=15.2.0-1
1414
TOOLCHAIN_REPO=https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack
1515

1616
if [[ "${OS_TYPE}" == "Linux" ]]; then
@@ -27,7 +27,7 @@ if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
2727
fi
2828
else
2929
UBUNTU_VER=$(lsb_release -r | cut -f2)
30-
GCC_VER=2025.01.20
30+
GCC_VER=2025.10.18
3131
TOOLCHAIN_REPO=https://github.com/riscv-collab/riscv-gnu-toolchain
3232
TOOLCHAIN_URL=${TOOLCHAIN_REPO}/releases/download/${GCC_VER}/riscv32-elf-ubuntu-${UBUNTU_VER}-gcc-nightly-${GCC_VER}-nightly.tar.xz
3333
fi

0 commit comments

Comments
 (0)