Skip to content

Commit

Permalink
Merge pull request #495 from sysprog21/ci-bump
Browse files Browse the repository at this point in the history
CI: Bump prebuilt GNU Toolchains
  • Loading branch information
jserv authored Sep 26, 2024
2 parents a568e32 + badf8aa commit 6c8c4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/riscv-toolchain-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ check_platform
mkdir -p toolchain

if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
GCC_VER=14.2.0-1
GCC_VER=14.2.0-2
TOOLCHAIN_REPO=https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack
TOOLCHAIN_URL=${TOOLCHAIN_REPO}/releases/download/v${GCC_VER}/xpack-riscv-none-elf-gcc-${GCC_VER}-linux-x64.tar.gz
else
UBUNTU_VER=`lsb_release -r | cut -f2`
GCC_VER=2024.04.12
GCC_VER=2024.09.03
TOOLCHAIN_REPO=https://github.com/riscv-collab/riscv-gnu-toolchain
TOOLCHAIN_URL=${TOOLCHAIN_REPO}/releases/download/${GCC_VER}/riscv32-elf-ubuntu-${UBUNTU_VER}-gcc-nightly-${GCC_VER}-nightly.tar.gz
fi
Expand Down

0 comments on commit 6c8c4e2

Please sign in to comment.