| ... | ... | @@ -99,29 +99,6 @@ jobs: |
| 99 | 99 | run: sh ci/powerpc64le-linux-release.sh |
| 100 | 100 | timeout-minutes: 240 |
| 101 | 101 | |
| 102 | | riscv64-linux-debug: |
| 103 | | if: github.event_name != 'pull_request' |
| 104 | | runs-on: [self-hosted, riscv64-linux] |
| 105 | | steps: |
| 106 | | - name: Checkout |
| 107 | | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 108 | | with: |
| 109 | | fetch-depth: 0 |
| 110 | | - name: Build and Test |
| 111 | | run: sh ci/riscv64-linux-debug.sh |
| 112 | | timeout-minutes: 840 |
| 113 | | riscv64-linux-release: |
| 114 | | if: github.event_name != 'pull_request' |
| 115 | | runs-on: [self-hosted, riscv64-linux] |
| 116 | | steps: |
| 117 | | - name: Checkout |
| 118 | | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 119 | | with: |
| 120 | | fetch-depth: 0 |
| 121 | | - name: Build and Test |
| 122 | | run: sh ci/riscv64-linux-release.sh |
| 123 | | timeout-minutes: 720 |
| 124 | | |
| 125 | 102 | s390x-linux-debug: |
| 126 | 103 | runs-on: [self-hosted, s390x-linux] |
| 127 | 104 | steps: |