Skip to content

Commit

Permalink
Revert "[action] add cvitek/c906_little ci" (#9945)
Browse files Browse the repository at this point in the history
Revert "[action] add cvitek/c906_little ci (#9901)"

This reverts commit 969e0e0.
  • Loading branch information
unicornx authored Jan 23, 2025
1 parent 969e0e0 commit 7432b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/bsp_buildings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,6 @@ jobs:
- "raspberry-pi/raspi4-64"
#- "rockchip/rk3568" too long
- "phytium/aarch64"
- RTT_BSP: "xuantie-900"
RTT_TOOL_CHAIN: "sourcery-Xuantie-900-gcc-elf"
SUB_RTT_BSP:
- "cvitek/c906_little"
- RTT_BSP: "riscv-none"
RTT_TOOL_CHAIN: "sourcery-riscv-none-embed"
SUB_RTT_BSP:
Expand Down Expand Up @@ -442,15 +438,7 @@ jobs:
sudo tar -xf gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf.tar.xz -C /opt
/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin/aarch64-none-elf-gcc --version
echo "RTT_EXEC_PATH=/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin" >> $GITHUB_ENV
- name: Install Xuantie-900-gcc-elf Tools
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-Xuantie-900-gcc-elf' && success() }}
run: |
wget -q https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1705395512373/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1-20240115.tar.gz
sudo tar -zxvf Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1-20240115.tar.gz -C /opt
/opt/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1/bin/riscv64-unknown-elf-gcc --version
echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1/bin" >> $GITHUB_ENV
- name: Install Mips ToolChains
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-mips' && success() }}
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion bsp/cvitek/c906_little/rtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@

DUMP_ACTION = OBJDUMP + ' -D -S $TARGET > rtt.asm\n'
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n'
#POST_ACTION += 'cd .. && bash combine-fip.sh ' + os.getcwd() + ' rtthread.bin' + ' \n'
POST_ACTION += 'cd .. && bash combine-fip.sh ' + os.getcwd() + ' rtthread.bin' + ' \n'

0 comments on commit 7432b0a

Please sign in to comment.