| ... | ... | @@ -197,26 +197,26 @@ jobs: |
| 197 | 197 | run: sh ci/x86_64-linux-release.sh |
| 198 | 198 | timeout-minutes: 360 |
| 199 | 199 | |
| 200 | | #x86_64-netbsd-debug: |
| 201 | | # runs-on: [self-hosted, x86_64-netbsd] |
| 202 | | # steps: |
| 203 | | # - name: Checkout |
| 204 | | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 205 | | # with: |
| 206 | | # fetch-depth: 0 |
| 207 | | # - name: Build and Test |
| 208 | | # run: sh ci/x86_64-netbsd-debug.sh |
| 209 | | # timeout-minutes: 120 |
| 210 | | #x86_64-netbsd-release: |
| 211 | | # runs-on: [self-hosted, x86_64-netbsd] |
| 212 | | # steps: |
| 213 | | # - name: Checkout |
| 214 | | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 215 | | # with: |
| 216 | | # fetch-depth: 0 |
| 217 | | # - name: Build and Test |
| 218 | | # run: sh ci/x86_64-netbsd-release.sh |
| 219 | | # timeout-minutes: 120 |
| 200 | x86_64-netbsd-debug: |
| 201 | runs-on: [self-hosted, x86_64-netbsd] |
| 202 | steps: |
| 203 | - name: Checkout |
| 204 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 205 | with: |
| 206 | fetch-depth: 0 |
| 207 | - name: Build and Test |
| 208 | run: sh ci/x86_64-netbsd-debug.sh |
| 209 | timeout-minutes: 120 |
| 210 | x86_64-netbsd-release: |
| 211 | runs-on: [self-hosted, x86_64-netbsd] |
| 212 | steps: |
| 213 | - name: Checkout |
| 214 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 215 | with: |
| 216 | fetch-depth: 0 |
| 217 | - name: Build and Test |
| 218 | run: sh ci/x86_64-netbsd-release.sh |
| 219 | timeout-minutes: 120 |
| 220 | 220 | |
| 221 | 221 | x86_64-openbsd-debug: |
| 222 | 222 | runs-on: [self-hosted, x86_64-openbsd] |