authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-09-05 19:16:03+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-09-05 19:16:03+02:00
log0357aa608fd60f632e22a6db2b6ca006169b8c64
tree03e43065d0fffecaf3482e4b4bc2d1721d86a057
parentaf24fd11a5c37ef5531ddb86356cd6c55ed71d77
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: disable aarch64-freebsd and aarch64-netbsd

The current machines are being decommissioned. Going forward, these targets will run on an AmpereOne A192-32X that's currently being prepared for deployment.

1 files changed, 40 insertions(+), 44 deletions(-)

.forgejo/workflows/ci.yaml+40-44
......@@ -14,28 +14,26 @@ concurrency:
1414 cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515
1616jobs:
17 aarch64-freebsd-debug:
18 if: github.event_name != 'pull_request'
19 runs-on: [self-hosted, aarch64-freebsd]
20 steps:
21 - name: Checkout
22 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
23 with:
24 fetch-depth: 0
25 - name: Build and Test
26 run: sh ci/aarch64-freebsd-debug.sh
27 timeout-minutes: 360
28 aarch64-freebsd-release:
29 if: github.event_name != 'pull_request'
30 runs-on: [self-hosted, aarch64-freebsd]
31 steps:
32 - name: Checkout
33 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
34 with:
35 fetch-depth: 0
36 - name: Build and Test
37 run: sh ci/aarch64-freebsd-release.sh
38 timeout-minutes: 300
17 # aarch64-freebsd-debug:
18 # runs-on: [self-hosted, aarch64-freebsd]
19 # steps:
20 # - name: Checkout
21 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
22 # with:
23 # fetch-depth: 0
24 # - name: Build and Test
25 # run: sh ci/aarch64-freebsd-debug.sh
26 # timeout-minutes: 240
27 # aarch64-freebsd-release:
28 # runs-on: [self-hosted, aarch64-freebsd]
29 # steps:
30 # - name: Checkout
31 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
32 # with:
33 # fetch-depth: 0
34 # - name: Build and Test
35 # run: sh ci/aarch64-freebsd-release.sh
36 # timeout-minutes: 180
3937
4038 aarch64-linux-debug:
4139 runs-on: [self-hosted, aarch64-linux]
......@@ -58,28 +56,26 @@ jobs:
5856 run: sh ci/aarch64-linux-release.sh
5957 timeout-minutes: 180
6058
61 aarch64-netbsd-debug:
62 if: github.event_name != 'pull_request'
63 runs-on: [self-hosted, aarch64-netbsd]
64 steps:
65 - name: Checkout
66 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
67 with:
68 fetch-depth: 0
69 - name: Build and Test
70 run: sh ci/aarch64-netbsd-debug.sh
71 timeout-minutes: 360
72 aarch64-netbsd-release:
73 if: github.event_name != 'pull_request'
74 runs-on: [self-hosted, aarch64-netbsd]
75 steps:
76 - name: Checkout
77 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
78 with:
79 fetch-depth: 0
80 - name: Build and Test
81 run: sh ci/aarch64-netbsd-release.sh
82 timeout-minutes: 300
59 # aarch64-netbsd-debug:
60 # runs-on: [self-hosted, aarch64-netbsd]
61 # steps:
62 # - name: Checkout
63 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
64 # with:
65 # fetch-depth: 0
66 # - name: Build and Test
67 # run: sh ci/aarch64-netbsd-debug.sh
68 # timeout-minutes: 240
69 # aarch64-netbsd-release:
70 # runs-on: [self-hosted, aarch64-netbsd]
71 # steps:
72 # - name: Checkout
73 # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
74 # with:
75 # fetch-depth: 0
76 # - name: Build and Test
77 # run: sh ci/aarch64-netbsd-release.sh
78 # timeout-minutes: 180
8379
8480 aarch64-macos-debug:
8581 runs-on: [self-hosted, aarch64-macos]