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.
1 parent 57d8390 commit 0883d66Copy full SHA for 0883d66
tools/ci/docker/linux/Dockerfile
@@ -243,7 +243,7 @@ RUN cd /tools/renesas-tools/build/gcc && \
243
FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
244
# Download the latest RISCV GCC toolchain prebuilt by xPack
245
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" \
+ 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" \
247
| tar -C riscv-none-elf-gcc --strip-components 1 -xz
248
249
###############################################################################
0 commit comments