authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-16 04:22:04+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-16 04:22:47+01:00
logceba095cb1fa1211554b9c25ab37e6ef88256059
tree37a803d7ce9ec08bacc3f2497be482bf27c6fd95
parent84261222b47c698d42682de1ce6931e01dc0b649
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: re-enable riscv64-linux jobs on master pushes


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

.forgejo/workflows/ci.yaml+23
...@@ -99,6 +99,29 @@ jobs:...@@ -99,6 +99,29 @@ jobs:
99 run: sh ci/powerpc64le-linux-release.sh99 run: sh ci/powerpc64le-linux-release.sh
100 timeout-minutes: 240100 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: 600
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: 480
124
102 s390x-linux-debug:125 s390x-linux-debug:
103 runs-on: [self-hosted, s390x-linux]126 runs-on: [self-hosted, s390x-linux]
104 steps:127 steps: