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]
+1 -1
View File
@@ -6,7 +6,7 @@ set -x
set -e
TARGET="riscv64-linux-musl"
MCPU="spacemit_x60"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"
+1 -1
View File
@@ -6,7 +6,7 @@ set -x
set -e
TARGET="riscv64-linux-musl"
MCPU="spacemit_x60"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"