Skip to content

Commit 5c6405b

Browse files
committed
Disable riscv v extension
1 parent 94f2014 commit 5c6405b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jobs:
188188
include:
189189
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
190190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
191-
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
191+
# We should test this, but cross currently can't run it
192+
# - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
192193

193194
steps:
194195
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)