| ... | @@ -78,6 +78,27 @@ jobs: | ... | @@ -78,6 +78,27 @@ jobs: |
| 78 | run: sh ci/loongarch64-linux-release.sh | 78 | run: sh ci/loongarch64-linux-release.sh |
| 79 | timeout-minutes: 180 | 79 | timeout-minutes: 180 |
| 80 | | 80 | |
| | 81 | powerpc64le-linux-debug: |
| | 82 | runs-on: [self-hosted, powerpc64le-linux] |
| | 83 | steps: |
| | 84 | - name: Checkout |
| | 85 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| | 86 | with: |
| | 87 | fetch-depth: 0 |
| | 88 | - name: Build and Test |
| | 89 | run: sh ci/powerpc64le-linux-debug.sh |
| | 90 | timeout-minutes: 360 |
| | 91 | powerpc64le-linux-release: |
| | 92 | runs-on: [self-hosted, powerpc64le-linux] |
| | 93 | steps: |
| | 94 | - name: Checkout |
| | 95 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| | 96 | with: |
| | 97 | fetch-depth: 0 |
| | 98 | - name: Build and Test |
| | 99 | run: sh ci/powerpc64le-linux-release.sh |
| | 100 | timeout-minutes: 240 |
| | 101 | |
| 81 | riscv64-linux-debug: | 102 | riscv64-linux-debug: |
| 82 | if: github.event_name != 'pull_request' | 103 | if: github.event_name != 'pull_request' |
| 83 | runs-on: [self-hosted, riscv64-linux] | 104 | runs-on: [self-hosted, riscv64-linux] |