| author | |
| committer | |
| log | 67b05e521603be6bd276f26b30523b03a58cb0e0 |
| tree | ab08809c6e5f5e4371466e9d5e8e3e853068d2d2 |
| parent | d4f6ff278391611890ed654adf37c6b8d5dd7708 |
| signature |
We run module tests for more targets now (mipsn32, x32), so when zinc is under
heavy load, this needs a bit more time.1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | @@ -231,7 +231,7 @@ jobs: | ... | @@ -231,7 +231,7 @@ jobs: |
| 231 | fetch-depth: 0 | 231 | fetch-depth: 0 |
| 232 | - name: Build and Test | 232 | - name: Build and Test |
| 233 | run: sh ci/x86_64-linux-debug-llvm.sh | 233 | run: sh ci/x86_64-linux-debug-llvm.sh |
| 234 | timeout-minutes: 360 | 234 | timeout-minutes: 420 |
| 235 | x86_64-linux-release: | 235 | x86_64-linux-release: |
| 236 | runs-on: [self-hosted, x86_64-linux] | 236 | runs-on: [self-hosted, x86_64-linux] |
| 237 | steps: | 237 | steps: |