We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ae8e5 + ae023cc commit c9f1882Copy full SHA for c9f1882
.ci/riscv-toolchain-install.sh
@@ -10,7 +10,7 @@ check_platform
10
mkdir -p toolchain
11
12
if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
13
- GCC_VER=14.2.0-3
+ GCC_VER=15.2.0-1
14
TOOLCHAIN_REPO=https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack
15
16
if [[ "${OS_TYPE}" == "Linux" ]]; then
@@ -27,7 +27,7 @@ if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
27
fi
28
else
29
UBUNTU_VER=$(lsb_release -r | cut -f2)
30
- GCC_VER=2025.01.20
+ GCC_VER=2025.10.18
31
TOOLCHAIN_REPO=https://github.com/riscv-collab/riscv-gnu-toolchain
32
TOOLCHAIN_URL=${TOOLCHAIN_REPO}/releases/download/${GCC_VER}/riscv32-elf-ubuntu-${UBUNTU_VER}-gcc-nightly-${GCC_VER}-nightly.tar.xz
33
0 commit comments