aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2023-10-25 16:37:27 +0000
committerBlaž Hrastnik2023-10-25 16:37:27 +0000
commitf6021dd0cdd8cf6795f024e396241cb0af2ca368 (patch)
tree2158a6a404b65dfc1ef0d51328255d73b853f1fd
parentc7e15dd87e932934f5807065bdf2de2c382a6b09 (diff)
ci: Disable riscv release build (currently broken)
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b645d94c..eceb57f4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -70,11 +70,11 @@ jobs:
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
- - build: riscv64-linux
- os: ubuntu-latest
- rust: stable
- target: riscv64gc-unknown-linux-gnu
- cross: true
+ # - build: riscv64-linux
+ # os: ubuntu-latest
+ # rust: stable
+ # target: riscv64gc-unknown-linux-gnu
+ # cross: true
- build: x86_64-macos
os: macos-latest
rust: stable