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

raiden00 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 b68aa89e56 tools/ci: Upgrade riscv toolchain to v13.2.0
b68aa89e56 is described below

commit b68aa89e56615cfa1d4c199ff5c604251add76e0
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Nov 26 11:14:19 2023 +0800

    tools/ci: Upgrade riscv toolchain to v13.2.0
    
    from 
https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/tag/v13.2.0-2
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 tools/ci/cibuild.sh              | 8 ++++----
 tools/ci/docker/linux/Dockerfile | 2 +-
 tools/ci/testlist/macos.dat      | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tools/ci/cibuild.sh b/tools/ci/cibuild.sh
index 93b42986c5..c2120f6dcb 100755
--- a/tools/ci/cibuild.sh
+++ b/tools/ci/cibuild.sh
@@ -337,10 +337,10 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${tools}"
-    wget --quiet 
https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v12.3.0-2/xpack-riscv-none-elf-gcc-12.3.0-2-${flavor}.tar.gz
-    tar zxf xpack-riscv-none-elf-gcc-12.3.0-2-${flavor}.tar.gz
-    mv xpack-riscv-none-elf-gcc-12.3.0-2 riscv-none-elf-gcc
-    rm xpack-riscv-none-elf-gcc-12.3.0-2-${flavor}.tar.gz
+    wget --quiet 
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-${flavor}.tar.gz
+    tar zxf xpack-riscv-none-elf-gcc-13.2.0-2-${flavor}.tar.gz
+    mv xpack-riscv-none-elf-gcc-13.2.0-2 riscv-none-elf-gcc
+    rm xpack-riscv-none-elf-gcc-13.2.0-2-${flavor}.tar.gz
   fi
 
   command riscv-none-elf-gcc --version
diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index ab622d0e8f..85a2da3e0a 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -192,7 +192,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 riscv-none-elf-gcc && \
-  curl -s -L 
"https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v12.3.0-2/xpack-riscv-none-elf-gcc-12.3.0-2-linux-x64.tar.gz";
 \
+  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";
 \
   | tar -C riscv-none-elf-gcc --strip-components 1 -xz
 
 ###############################################################################
diff --git a/tools/ci/testlist/macos.dat b/tools/ci/testlist/macos.dat
index e175bcf78d..30bd0905f9 100644
--- a/tools/ci/testlist/macos.dat
+++ b/tools/ci/testlist/macos.dat
@@ -26,7 +26,7 @@
 # RISC-V
 
 /risc-v/bl602/bl602evb/configs/wifi
-
+/risc-v/esp32c3/esp32c3-devkit/configs/cxx
 /risc-v/esp32c3/esp32c3-devkit/configs/wifi
 
 # x86_64-elf-gcc from homebrew doesn't seem to

Reply via email to