authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-18 22:29:01+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-18 22:29:01+01:00
log08416b44f92a0917ad8b71829704674477752788
tree125c7e024d160afb274d0d2e4415a9c519eafb2d
parent485b996b6159babb865dbdc009428677ef01e50c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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


3 files changed, 4 insertions(+), 4 deletions(-)

.forgejo/workflows/ci.yaml+2-2
......@@ -153,7 +153,7 @@ jobs:
153153 fetch-depth: 0
154154 - name: Build and Test
155155 run: sh ci/riscv64-linux-debug.sh
156 timeout-minutes: 660
156 timeout-minutes: 720
157157 riscv64-linux-release:
158158 if: github.event_name != 'pull_request'
159159 runs-on: [self-hosted, riscv64-linux]
......@@ -164,7 +164,7 @@ jobs:
164164 fetch-depth: 0
165165 - name: Build and Test
166166 run: sh ci/riscv64-linux-release.sh
167 timeout-minutes: 540
167 timeout-minutes: 600
168168
169169 s390x-linux-debug:
170170 runs-on: [self-hosted, s390x-linux]
ci/riscv64-linux-debug.sh+1-1
......@@ -6,7 +6,7 @@ set -x
66set -e
77
88TARGET="riscv64-linux-musl"
9MCPU="spacemit_x60"
9MCPU="baseline"
1010CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
ci/riscv64-linux-release.sh+1-1
......@@ -6,7 +6,7 @@ set -x
66set -e
77
88TARGET="riscv64-linux-musl"
9MCPU="spacemit_x60"
9MCPU="baseline"
1010CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"