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:...@@ -153,7 +153,7 @@ jobs:
153 fetch-depth: 0153 fetch-depth: 0
154 - name: Build and Test154 - name: Build and Test
155 run: sh ci/riscv64-linux-debug.sh155 run: sh ci/riscv64-linux-debug.sh
156 timeout-minutes: 660156 timeout-minutes: 720
157 riscv64-linux-release:157 riscv64-linux-release:
158 if: github.event_name != 'pull_request'158 if: github.event_name != 'pull_request'
159 runs-on: [self-hosted, riscv64-linux]159 runs-on: [self-hosted, riscv64-linux]
...@@ -164,7 +164,7 @@ jobs:...@@ -164,7 +164,7 @@ jobs:
164 fetch-depth: 0164 fetch-depth: 0
165 - name: Build and Test165 - name: Build and Test
166 run: sh ci/riscv64-linux-release.sh166 run: sh ci/riscv64-linux-release.sh
167 timeout-minutes: 540167 timeout-minutes: 600
168168
169 s390x-linux-debug:169 s390x-linux-debug:
170 runs-on: [self-hosted, s390x-linux]170 runs-on: [self-hosted, s390x-linux]
ci/riscv64-linux-debug.sh+1-1
...@@ -6,7 +6,7 @@ set -x...@@ -6,7 +6,7 @@ set -x
6set -e6set -e
77
8TARGET="riscv64-linux-musl"8TARGET="riscv64-linux-musl"
9MCPU="spacemit_x60"9MCPU="baseline"
10CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"10CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
11PREFIX="$HOME/deps/$CACHE_BASENAME"11PREFIX="$HOME/deps/$CACHE_BASENAME"
12ZIG="$PREFIX/bin/zig"12ZIG="$PREFIX/bin/zig"
ci/riscv64-linux-release.sh+1-1
...@@ -6,7 +6,7 @@ set -x...@@ -6,7 +6,7 @@ set -x
6set -e6set -e
77
8TARGET="riscv64-linux-musl"8TARGET="riscv64-linux-musl"
9MCPU="spacemit_x60"9MCPU="baseline"
10CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"10CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31"
11PREFIX="$HOME/deps/$CACHE_BASENAME"11PREFIX="$HOME/deps/$CACHE_BASENAME"
12ZIG="$PREFIX/bin/zig"12ZIG="$PREFIX/bin/zig"