aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-09-21 17:29:57 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-09-21 17:29:57 +0200
commit4d8dcccbd416ec49bcd681374c90bbe9a11ed5ca (patch)
tree60ca5c516234ecdb3e0cfa7dbea592085060519c /.github
parentbdc31c95611de8611a13e3dde9e091ef3a719476 (diff)
downloadzig-4d8dcccbd416ec49bcd681374c90bbe9a11ed5ca.tar.gz
zig-4d8dcccbd416ec49bcd681374c90bbe9a11ed5ca.zip
ci: temporarily disable riscv64-linux
GitHub sucks: Sep 20 20:49:21 ganymede runsvc.sh[82817]: An error occured: Runner version v2.326.0 is deprecated and cannot receive messages. Sep 20 20:49:21 ganymede runsvc.sh[82817]: Runner listener exited with error code 1 Sep 20 20:49:21 ganymede runsvc.sh[82817]: Runner listener exit with terminated error, stop the service, no retry needed.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pr-riscv64-linux.yaml35
-rw-r--r--.github/workflows/ci.yaml18
2 files changed, 0 insertions, 53 deletions
diff --git a/.github/workflows/ci-pr-riscv64-linux.yaml b/.github/workflows/ci-pr-riscv64-linux.yaml
deleted file mode 100644
index a6ba740816..0000000000
--- a/.github/workflows/ci-pr-riscv64-linux.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: ci-pr-riscv64-linux
-on:
- pull_request:
- types:
- - labeled
- - opened
- - reopened
- - synchronize
- - unlabeled
-concurrency:
- # Cancels pending runs when a PR gets updated.
- group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
- cancel-in-progress: true
-permissions:
- # Sets permission policy for `GITHUB_TOKEN`
- contents: read
-jobs:
- riscv64-linux-debug:
- if: contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')
- timeout-minutes: 420
- 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: contains(github.event.pull_request.labels.*.name, 'ci-riscv64-linux')
- timeout-minutes: 420
- runs-on: [self-hosted, Linux, riscv64]
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Build and Test
- run: sh ci/riscv64-linux-release.sh
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 32c6702939..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: 420
- 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: 420
- 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: