ci: build compiler for baseline instead of spacemit_x60 on riscv64-linux

This commit is contained in:
Alex Rønne Petersen
2026-03-18 22:29:01 +01:00
parent 485b996b61
commit 08416b44f9
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
run: sh ci/riscv64-linux-debug.sh
timeout-minutes: 660
timeout-minutes: 720
riscv64-linux-release:
if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux]
@@ -164,7 +164,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
run: sh ci/riscv64-linux-release.sh
timeout-minutes: 540
timeout-minutes: 600
s390x-linux-debug:
runs-on: [self-hosted, s390x-linux]