Skip to content

Commit 0883d66

Browse files
shtirliclupyuen
authored andcommitted
ci/docker: bump risc-v toolchain
Signed-off-by: Serg Podtynnyi <[email protected]>
1 parent 57d8390 commit 0883d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/docker/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ RUN cd /tools/renesas-tools/build/gcc && \
243243
FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
244244
# Download the latest RISCV GCC toolchain prebuilt by xPack
245245
RUN mkdir -p riscv-none-elf-gcc && \
246-
curl -s -L "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz" \
246+
curl -s -L "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v14.2.0-3/xpack-riscv-none-elf-gcc-14.2.0-3-linux-x64.tar.gz" \
247247
| tar -C riscv-none-elf-gcc --strip-components 1 -xz
248248

249249
###############################################################################

0 commit comments

Comments
 (0)