aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-07-15 13:54:12 -0700
committerAndrew Kelley <andrew@ziglang.org>2025-07-15 13:54:12 -0700
commitd4a191fc0a8e34c818dfea50966d902f37b36c8b (patch)
tree075cc45020157545064ed3d617fea8e616a5fac1 /.github
parent0cb558ba3abb0ac7b48c1a30c9a13c924f950172 (diff)
downloadzig-d4a191fc0a8e34c818dfea50966d902f37b36c8b.tar.gz
zig-d4a191fc0a8e34c818dfea50966d902f37b36c8b.zip
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5e6cec1c28..fd07b9add4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -50,24 +50,6 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test
run: sh ci/aarch64-linux-release.sh
- riscv64-linux-debug:
- if: ${{ github.event_name == 'push' }}
- timeout-minutes: 1020
- runs-on: [self-hosted, Linux, riscv64]
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Build and Test
- run: sh ci/riscv64-linux-debug.sh
- riscv64-linux-release:
- if: ${{ github.event_name == 'push' }}
- timeout-minutes: 900
- runs-on: [self-hosted, Linux, riscv64]
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Build and Test
- run: sh ci/riscv64-linux-release.sh
x86_64-macos-release:
runs-on: "macos-13"
env: