authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-11 21:24:01+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 21:15:38+01:00
log43a8e9ee80504a7dd93dc41869fb9a81c67ec625
treed7fcfd85a5a2e8228ace377d06cb2176361ce83e
parent63eb3957299e187938d6634ba450eabe86deb52c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: enable powerpc64le-linux


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

.forgejo/workflows/ci.yaml+21
......@@ -78,6 +78,27 @@ jobs:
7878 run: sh ci/loongarch64-linux-release.sh
7979 timeout-minutes: 180
8080
81 powerpc64le-linux-debug:
82 runs-on: [self-hosted, powerpc64le-linux]
83 steps:
84 - name: Checkout
85 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
86 with:
87 fetch-depth: 0
88 - name: Build and Test
89 run: sh ci/powerpc64le-linux-debug.sh
90 timeout-minutes: 360
91 powerpc64le-linux-release:
92 runs-on: [self-hosted, powerpc64le-linux]
93 steps:
94 - name: Checkout
95 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
96 with:
97 fetch-depth: 0
98 - name: Build and Test
99 run: sh ci/powerpc64le-linux-release.sh
100 timeout-minutes: 240
101
81102 riscv64-linux-debug:
82103 if: github.event_name != 'pull_request'
83104 runs-on: [self-hosted, riscv64-linux]