File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 470470 "SUB_RTT_BSP" : [
471471 " xuantie/smartl/e906"
472472 ]
473+ },
474+ {
475+ "RTT_BSP" : " xuantie-smart" ,
476+ "RTT_TOOL_CHAIN" : " sourcery-Xuantie-900-gcc-linux-musl" ,
477+ "SUB_RTT_BSP" : [
478+ " xuantie/virt64/c906"
479+ ]
473480 }
474481 ]
475482}
Original file line number Diff line number Diff line change @@ -159,6 +159,14 @@ jobs:
159159 /opt/Xuantie-900-gcc-elf-newlib-x86_64-V3.0.2/bin/riscv64-unknown-elf-gcc --version
160160 echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-elf-newlib-x86_64-V3.0.2/bin" >> $GITHUB_ENV
161161
162+ - name : Install Xuantie-900-gcc-linux-musl Tools
163+ if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-Xuantie-900-gcc-linux-musl' && success() }}
164+ run : |
165+ wget -q https://github.com/RT-Thread/toolchains-ci/releases/download/v1.9/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2.tar.gz
166+ sudo tar -zxvf Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2.tar.gz -C /opt
167+ /opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin/riscv64-unknown-linux-musl-gcc --version
168+ echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin" >> $GITHUB_ENV
169+
162170 - name : Install k230 MUSL ToolChains
163171 if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'riscv64-unknown-linux-musl-' && matrix.legs.RTT_BSP == 'K230' && success() }}
164172 run : |
You can’t perform that action at this time.
0 commit comments