| author | |
| committer | |
| log | 08416b44f92a0917ad8b71829704674477752788 |
| tree | 125c7e024d160afb274d0d2e4415a9c519eafb2d |
| parent | 485b996b6159babb865dbdc009428677ef01e50c |
| signature |
3 files changed, 4 insertions(+), 4 deletions(-)
.forgejo/workflows/ci.yaml+2-2| ... | @@ -153,7 +153,7 @@ jobs: | ... | @@ -153,7 +153,7 @@ jobs: |
| 153 | fetch-depth: 0 | 153 | fetch-depth: 0 |
| 154 | - name: Build and Test | 154 | - name: Build and Test |
| 155 | run: sh ci/riscv64-linux-debug.sh | 155 | run: sh ci/riscv64-linux-debug.sh |
| 156 | timeout-minutes: 660 | 156 | timeout-minutes: 720 |
| 157 | riscv64-linux-release: | 157 | riscv64-linux-release: |
| 158 | if: github.event_name != 'pull_request' | 158 | if: github.event_name != 'pull_request' |
| 159 | runs-on: [self-hosted, riscv64-linux] | 159 | runs-on: [self-hosted, riscv64-linux] |
| ... | @@ -164,7 +164,7 @@ jobs: | ... | @@ -164,7 +164,7 @@ jobs: |
| 164 | fetch-depth: 0 | 164 | fetch-depth: 0 |
| 165 | - name: Build and Test | 165 | - name: Build and Test |
| 166 | run: sh ci/riscv64-linux-release.sh | 166 | run: sh ci/riscv64-linux-release.sh |
| 167 | timeout-minutes: 540 | 167 | timeout-minutes: 600 |
| 168 | 168 | ||
| 169 | s390x-linux-debug: | 169 | s390x-linux-debug: |
| 170 | runs-on: [self-hosted, s390x-linux] | 170 | runs-on: [self-hosted, s390x-linux] |
ci/riscv64-linux-debug.sh+1-1| ... | @@ -6,7 +6,7 @@ set -x | ... | @@ -6,7 +6,7 @@ set -x |
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
| 8 | TARGET="riscv64-linux-musl" | 8 | TARGET="riscv64-linux-musl" |
| 9 | MCPU="spacemit_x60" | 9 | MCPU="baseline" |
| 10 | CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31" | 10 | CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31" |
| 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | ZIG="$PREFIX/bin/zig" | 12 | ZIG="$PREFIX/bin/zig" |
ci/riscv64-linux-release.sh+1-1| ... | @@ -6,7 +6,7 @@ set -x | ... | @@ -6,7 +6,7 @@ set -x |
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
| 8 | TARGET="riscv64-linux-musl" | 8 | TARGET="riscv64-linux-musl" |
| 9 | MCPU="spacemit_x60" | 9 | MCPU="baseline" |
| 10 | CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31" | 10 | CACHE_BASENAME="zig+llvm+lld+clang-riscv64-linux-musl-0.16.0-dev.104+689461e31" |
| 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | ZIG="$PREFIX/bin/zig" | 12 | ZIG="$PREFIX/bin/zig" |