| ... | ... | @@ -144,29 +144,6 @@ jobs: |
| 144 | 144 | run: sh ci/powerpc64le-linux-release.sh |
| 145 | 145 | timeout-minutes: 240 |
| 146 | 146 | |
| 147 | | riscv64-linux-debug: |
| 148 | | if: github.event_name != 'pull_request' |
| 149 | | runs-on: [self-hosted, riscv64-linux] |
| 150 | | steps: |
| 151 | | - name: Checkout |
| 152 | | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 153 | | with: |
| 154 | | fetch-depth: 0 |
| 155 | | - name: Build and Test |
| 156 | | run: sh ci/riscv64-linux-debug.sh |
| 157 | | timeout-minutes: 900 |
| 158 | | riscv64-linux-release: |
| 159 | | if: github.event_name != 'pull_request' |
| 160 | | runs-on: [self-hosted, riscv64-linux] |
| 161 | | steps: |
| 162 | | - name: Checkout |
| 163 | | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 164 | | with: |
| 165 | | fetch-depth: 0 |
| 166 | | - name: Build and Test |
| 167 | | run: sh ci/riscv64-linux-release.sh |
| 168 | | timeout-minutes: 600 |
| 169 | | |
| 170 | 147 | s390x-linux-debug: |
| 171 | 148 | runs-on: [self-hosted, s390x-linux] |
| 172 | 149 | steps: |