| ... | @@ -99,6 +99,29 @@ jobs: | ... | @@ -99,6 +99,29 @@ jobs: |
| 99 | run: sh ci/powerpc64le-linux-release.sh | 99 | run: sh ci/powerpc64le-linux-release.sh |
| 100 | timeout-minutes: 240 | 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: 600 |
| | 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: 480 |
| | 124 | |
| 102 | s390x-linux-debug: | 125 | s390x-linux-debug: |
| 103 | runs-on: [self-hosted, s390x-linux] | 126 | runs-on: [self-hosted, s390x-linux] |
| 104 | steps: | 127 | steps: |