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