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