From 08416b44f92a0917ad8b71829704674477752788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 18 Mar 2026 22:29:01 +0100 Subject: [PATCH] ci: build compiler for baseline instead of spacemit_x60 on riscv64-linux --- .forgejo/workflows/ci.yaml | 4 ++-- ci/riscv64-linux-debug.sh | 2 +- ci/riscv64-linux-release.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index fd308d29d9650e7f93f9d3fea7808a01473a37ca..f94ef8bc0ba2e232ef31dc3070deb404fef43eeb 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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] diff --git a/ci/riscv64-linux-debug.sh b/ci/riscv64-linux-debug.sh index 9774507d19d4fab891e541f50bd213909b40deb0..6eace21297f0d92ff0415873969ce139bd526139 100755 --- a/ci/riscv64-linux-debug.sh +++ b/ci/riscv64-linux-debug.sh @@ -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" diff --git a/ci/riscv64-linux-release.sh b/ci/riscv64-linux-release.sh index 1fd57d7b1a02514c4c8e2184fb127d19a49371a8..c3d28ee5e662459997126dd005869208bbe01d47 100755 --- a/ci/riscv64-linux-release.sh +++ b/ci/riscv64-linux-release.sh @@ -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" -- 2.54.0