| ... | @@ -17,26 +17,26 @@ permissions: | ... | @@ -17,26 +17,26 @@ permissions: |
| 17 | contents: read | 17 | contents: read |
| 18 | | 18 | |
| 19 | jobs: | 19 | jobs: |
| 20 | aarch64-freebsd-debug: | 20 | #aarch64-freebsd-debug: |
| 21 | runs-on: [self-hosted, aarch64-freebsd] | 21 | # runs-on: [self-hosted, aarch64-freebsd] |
| 22 | steps: | 22 | # steps: |
| 23 | - name: Checkout | 23 | # - name: Checkout |
| 24 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 | 24 | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 25 | with: | 25 | # with: |
| 26 | fetch-depth: 0 | 26 | # fetch-depth: 0 |
| 27 | - name: Build and Test | 27 | # - name: Build and Test |
| 28 | run: sh ci/aarch64-freebsd-debug.sh | 28 | # run: sh ci/aarch64-freebsd-debug.sh |
| 29 | timeout-minutes: 240 | 29 | # timeout-minutes: 240 |
| 30 | aarch64-freebsd-release: | 30 | #aarch64-freebsd-release: |
| 31 | runs-on: [self-hosted, aarch64-freebsd] | 31 | # runs-on: [self-hosted, aarch64-freebsd] |
| 32 | steps: | 32 | # steps: |
| 33 | - name: Checkout | 33 | # - name: Checkout |
| 34 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 | 34 | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 35 | with: | 35 | # with: |
| 36 | fetch-depth: 0 | 36 | # fetch-depth: 0 |
| 37 | - name: Build and Test | 37 | # - name: Build and Test |
| 38 | run: sh ci/aarch64-freebsd-release.sh | 38 | # run: sh ci/aarch64-freebsd-release.sh |
| 39 | timeout-minutes: 180 | 39 | # timeout-minutes: 180 |
| 40 | | 40 | |
| 41 | aarch64-linux-debug: | 41 | aarch64-linux-debug: |
| 42 | runs-on: [self-hosted, aarch64-linux] | 42 | runs-on: [self-hosted, aarch64-linux] |