| author | |
| committer | |
| log | 867501d9d2f757f99af59b1904b251aa63262e23 |
| tree | 1555bedac35cd9eb0052bb61c3ec4480fc73ae41 |
| parent | cd963ba38d77622b2971e7ea0bdc916ec5685630 |
| signature |
https://codeberg.org/ziglang/zig/actions/runs/611/jobs/5/attempt/11 files changed, 2 insertions(+), 2 deletions(-)
.forgejo/workflows/ci.yaml+2-2| ... | ... | @@ -66,7 +66,7 @@ jobs: |
| 66 | 66 | fetch-depth: 0 |
| 67 | 67 | - name: Build and Test |
| 68 | 68 | run: sh ci/loongarch64-linux-debug.sh |
| 69 | timeout-minutes: 240 | |
| 69 | timeout-minutes: 300 | |
| 70 | 70 | loongarch64-linux-release: |
| 71 | 71 | runs-on: [self-hosted, loongarch64-linux] |
| 72 | 72 | steps: |
| ... | ... | @@ -76,7 +76,7 @@ jobs: |
| 76 | 76 | fetch-depth: 0 |
| 77 | 77 | - name: Build and Test |
| 78 | 78 | run: sh ci/loongarch64-linux-release.sh |
| 79 | timeout-minutes: 180 | |
| 79 | timeout-minutes: 240 | |
| 80 | 80 | |
| 81 | 81 | powerpc64le-linux-debug: |
| 82 | 82 | runs-on: [self-hosted, powerpc64le-linux] |