authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:13:28+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:13:28+01:00
logfe0b2ab9dfaa7ef375bb85a4c2fcb801bfa329d0
tree9a27f93b053d0520adb92a610edde00784330c3f
parent484cc15366eb2654be07e449c69ff9b4d04d5973
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: temporarily remove riscv64-linux while I investigate its performance issues


1 files changed, 0 insertions(+), 23 deletions(-)

.forgejo/workflows/ci.yaml-23
......@@ -99,29 +99,6 @@ jobs:
9999 run: sh ci/powerpc64le-linux-release.sh
100100 timeout-minutes: 240
101101
102 riscv64-linux-debug:
103 if: github.event_name != 'pull_request'
104 runs-on: [self-hosted, riscv64-linux]
105 steps:
106 - name: Checkout
107 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
108 with:
109 fetch-depth: 0
110 - name: Build and Test
111 run: sh ci/riscv64-linux-debug.sh
112 timeout-minutes: 840
113 riscv64-linux-release:
114 if: github.event_name != 'pull_request'
115 runs-on: [self-hosted, riscv64-linux]
116 steps:
117 - name: Checkout
118 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
119 with:
120 fetch-depth: 0
121 - name: Build and Test
122 run: sh ci/riscv64-linux-release.sh
123 timeout-minutes: 720
124
125102 s390x-linux-debug:
126103 runs-on: [self-hosted, s390x-linux]
127104 steps: