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 <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
dc1a2135de
commit
b68aa89e56
@ -337,10 +337,10 @@ function riscv-gcc-toolchain {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
cd "${tools}"
|
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
|
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-12.3.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-12.3.0-2 riscv-none-elf-gcc
|
mv xpack-riscv-none-elf-gcc-13.2.0-2 riscv-none-elf-gcc
|
||||||
rm xpack-riscv-none-elf-gcc-12.3.0-2-${flavor}.tar.gz
|
rm xpack-riscv-none-elf-gcc-13.2.0-2-${flavor}.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
command riscv-none-elf-gcc --version
|
command riscv-none-elf-gcc --version
|
||||||
|
@ -192,7 +192,7 @@ RUN cd /tools/renesas-tools/build/gcc && \
|
|||||||
FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
|
FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
|
||||||
# Download the latest RISCV GCC toolchain prebuilt by xPack
|
# Download the latest RISCV GCC toolchain prebuilt by xPack
|
||||||
RUN mkdir riscv-none-elf-gcc && \
|
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
|
| tar -C riscv-none-elf-gcc --strip-components 1 -xz
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# RISC-V
|
# RISC-V
|
||||||
|
|
||||||
/risc-v/bl602/bl602evb/configs/wifi
|
/risc-v/bl602/bl602evb/configs/wifi
|
||||||
|
/risc-v/esp32c3/esp32c3-devkit/configs/cxx
|
||||||
/risc-v/esp32c3/esp32c3-devkit/configs/wifi
|
/risc-v/esp32c3/esp32c3-devkit/configs/wifi
|
||||||
|
|
||||||
# x86_64-elf-gcc from homebrew doesn't seem to
|
# x86_64-elf-gcc from homebrew doesn't seem to
|
||||||
|
Loading…
Reference in New Issue
Block a user