Skip to content

Commit f6021dd

Browse files
committed
ci: Disable riscv release build (currently broken)
1 parent c7e15dd commit f6021dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
rust: stable
7171
target: aarch64-unknown-linux-gnu
7272
cross: true
73-
- build: riscv64-linux
74-
os: ubuntu-latest
75-
rust: stable
76-
target: riscv64gc-unknown-linux-gnu
77-
cross: true
73+
# - build: riscv64-linux
74+
# os: ubuntu-latest
75+
# rust: stable
76+
# target: riscv64gc-unknown-linux-gnu
77+
# cross: true
7878
- build: x86_64-macos
7979
os: macos-latest
8080
rust: stable

0 commit comments

Comments
 (0)