We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f2014 commit 5c6405bCopy full SHA for 5c6405b
.github/workflows/ci.yml
@@ -188,7 +188,8 @@ jobs:
188
include:
189
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
191
- - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
+ # We should test this, but cross currently can't run it
192
+ # - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
193
194
steps:
195
- uses: actions/checkout@v2
0 commit comments