authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-15 13:54:12-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-07-15 13:54:12-07:00
logd4a191fc0a8e34c818dfea50966d902f37b36c8b
tree075cc45020157545064ed3d617fea8e616a5fac1
parent0cb558ba3abb0ac7b48c1a30c9a13c924f950172

CI: disable RISC-V runners for now

these are taking too long. let's use a different workflow for now until these runs are not holding up the pipeline, then they can be reintroduced on master branch

1 files changed, 0 insertions(+), 18 deletions(-)

.github/workflows/ci.yaml-18
......@@ -50,24 +50,6 @@ jobs:
5050 uses: actions/checkout@v4
5151 - name: Build and Test
5252 run: sh ci/aarch64-linux-release.sh
53 riscv64-linux-debug:
54 if: ${{ github.event_name == 'push' }}
55 timeout-minutes: 1020
56 runs-on: [self-hosted, Linux, riscv64]
57 steps:
58 - name: Checkout
59 uses: actions/checkout@v4
60 - name: Build and Test
61 run: sh ci/riscv64-linux-debug.sh
62 riscv64-linux-release:
63 if: ${{ github.event_name == 'push' }}
64 timeout-minutes: 900
65 runs-on: [self-hosted, Linux, riscv64]
66 steps:
67 - name: Checkout
68 uses: actions/checkout@v4
69 - name: Build and Test
70 run: sh ci/riscv64-linux-release.sh
7153 x86_64-macos-release:
7254 runs-on: "macos-13"
7355 env: