CI: use RISE runner to test riscv64

This commit is contained in:
Meng Zhuo 2026-06-02 16:18:59 +08:00
parent 1444843fd1
commit b8f680a3b4

View File

@ -133,3 +133,13 @@ jobs:
run: |
echo "::endgroup::" # flatten 'run container'
./configure && make && make test -k
test-riscv64-linux-native:
runs-on: ubuntu-24.04-riscv
timeout-minutes: 8
steps:
- uses: actions/checkout@v4
- name: make & test tcc (riscv64-linux native)
run: |
uname -m # riscv64
./configure && make && make test -k