| author | |
| committer | |
| log | 43b4368b94e5b79f1e5901358269b784f020a65d |
| tree | 11ca50a1a1238490a744b5ff6e5749be57520863 |
| parent | c969ef7cbe0d707038f10dc0717c829c87542f20 |
| signature |
A very recent change seems to have made this slower.1 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | @@ -88,7 +88,7 @@ jobs: | ... | @@ -88,7 +88,7 @@ jobs: |
| 88 | fetch-depth: 0 | 88 | fetch-depth: 0 |
| 89 | - name: Build and Test | 89 | - name: Build and Test |
| 90 | run: sh ci/riscv64-linux-debug.sh | 90 | run: sh ci/riscv64-linux-debug.sh |
| 91 | timeout-minutes: 540 | 91 | timeout-minutes: 600 |
| 92 | riscv64-linux-release: | 92 | riscv64-linux-release: |
| 93 | if: github.event_name != 'pull_request' | 93 | if: github.event_name != 'pull_request' |
| 94 | runs-on: [self-hosted, riscv64-linux] | 94 | runs-on: [self-hosted, riscv64-linux] |