Skip to content

Commit 5732778

Browse files
authored
Change toolchain from SiFive to xPack
1 parent 5d8969e commit 5732778

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ox64-special.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,15 @@ jobs:
6161
6262
- name: Install Toolchain
6363
run: |
64-
set -x # Echo commands
65-
wget --no-check-certificate https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
66-
tar -xf riscv64-unknown-elf-toolchain*.tar.gz
64+
wget --no-check-certificate 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
65+
tar -xf xpack-riscv-none-elf-gcc-*.tar.gz
6766
6867
- name: Build
6968
run: |
7069
set -x # Echo commands
7170
7271
## Add toolchain to PATH
73-
export PATH=$PATH:$PWD/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin
72+
export PATH=$PATH:$PWD/xpack-riscv-none-elf-gcc-13.2.0-2/bin
7473
cd nuttx/nuttx
7574
7675
## Dump the git hash

0 commit comments

Comments
 (0)