Skip to content

Commit d4a191f

Browse files
committed
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 parent 0cb558b commit d4a191f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

0 commit comments

Comments
 (0)