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