Skip to content

Commit b9d65a5

Browse files
committed
Update RV32 toolchain
1 parent 50766f1 commit b9d65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-extras.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apt-get install -y wget xz-utils
55

66
# Install a 32-bit RISC-V toolchain
77
mkdir /rv32
8-
wget -O- -q https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2023.07.07/riscv32-glibc-ubuntu-20.04-gcc-nightly-2023.07.07-nightly.tar.gz | tar -C /rv32 --strip-components=1 -xzf -
8+
wget -O- -q https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.01.20/riscv32-glibc-ubuntu-22.04-gcc-nightly-2025.01.20-nightly.tar.xz | tar -C /rv32 --strip-components=1 --xz -xf -
99

1010
ln -sf /rv32/sysroot /usr/riscv32-linux-gnu
1111
echo '/rv32/bin/riscv32-unknown-linux-gnu-gcc -L/usr/riscv32-linux-gnu "$@"' > /usr/bin/riscv32-linux-gnu-gcc

0 commit comments

Comments
 (0)