| ... | ... | @@ -14,28 +14,26 @@ concurrency: |
| 14 | 14 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 15 | 15 | |
| 16 | 16 | jobs: |
| 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 |
| 39 | 37 | |
| 40 | 38 | aarch64-linux-debug: |
| 41 | 39 | runs-on: [self-hosted, aarch64-linux] |
| ... | ... | @@ -58,28 +56,26 @@ jobs: |
| 58 | 56 | run: sh ci/aarch64-linux-release.sh |
| 59 | 57 | timeout-minutes: 180 |
| 60 | 58 | |
| 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 |
| 83 | 79 | |
| 84 | 80 | aarch64-macos-debug: |
| 85 | 81 | runs-on: [self-hosted, aarch64-macos] |