This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 20a50a48c56 ci/docker: bump risc-v toolchain
20a50a48c56 is described below

commit 20a50a48c567cf676675766ff1bc8d91afc82f57
Author: Serg Podtynnyi <[email protected]>
AuthorDate: Wed Jun 3 13:10:43 2026 +0700

    ci/docker: bump risc-v toolchain
    
    Bump risc-v toolchain to 15.2.0-1
    
    Signed-off-by: Serg Podtynnyi <[email protected]>
---
 tools/ci/docker/linux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index 841df07b3ea..5498b01b62e 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -251,7 +251,7 @@ RUN cd /tools/renesas-tools/build/gcc && \
 FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
 # Download the latest RISCV GCC toolchain prebuilt by xPack
 RUN mkdir -p riscv-none-elf-gcc && \
-  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";
 \
+  curl -s -L 
"https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v15.2.0-1/xpack-riscv-none-elf-gcc-15.2.0-1-linux-x64.tar.gz";
 \
   | tar -C riscv-none-elf-gcc --strip-components 1 -xz
 
 ###############################################################################

Reply via email to