| ... | @@ -59,26 +59,27 @@ jobs: | ... | @@ -59,26 +59,27 @@ jobs: |
| 59 | run: sh ci/aarch64-macos-release.sh | 59 | run: sh ci/aarch64-macos-release.sh |
| 60 | timeout-minutes: 120 | 60 | timeout-minutes: 120 |
| 61 | | 61 | |
| 62 | loongarch64-linux-debug: | 62 | # https://codeberg.org/ziglang/zig/issues/30800 |
| 63 | runs-on: [self-hosted, loongarch64-linux] | 63 | #loongarch64-linux-debug: |
| 64 | steps: | 64 | # runs-on: [self-hosted, loongarch64-linux] |
| 65 | - name: Checkout | 65 | # steps: |
| 66 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 | 66 | # - name: Checkout |
| 67 | with: | 67 | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 68 | fetch-depth: 0 | 68 | # with: |
| 69 | - name: Build and Test | 69 | # fetch-depth: 0 |
| 70 | run: sh ci/loongarch64-linux-debug.sh | 70 | # - name: Build and Test |
| 71 | timeout-minutes: 240 | 71 | # run: sh ci/loongarch64-linux-debug.sh |
| 72 | loongarch64-linux-release: | 72 | # timeout-minutes: 240 |
| 73 | runs-on: [self-hosted, loongarch64-linux] | 73 | #loongarch64-linux-release: |
| 74 | steps: | 74 | # runs-on: [self-hosted, loongarch64-linux] |
| 75 | - name: Checkout | 75 | # steps: |
| 76 | uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 | 76 | # - name: Checkout |
| 77 | with: | 77 | # uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 |
| 78 | fetch-depth: 0 | 78 | # with: |
| 79 | - name: Build and Test | 79 | # fetch-depth: 0 |
| 80 | run: sh ci/loongarch64-linux-release.sh | 80 | # - name: Build and Test |
| 81 | timeout-minutes: 180 | 81 | # run: sh ci/loongarch64-linux-release.sh |
| | 82 | # timeout-minutes: 180 |
| 82 | | 83 | |
| 83 | powerpc64le-linux-debug: | 84 | powerpc64le-linux-debug: |
| 84 | runs-on: [self-hosted, powerpc64le-linux] | 85 | runs-on: [self-hosted, powerpc64le-linux] |