Disable riscv v extension
This commit is contained in:
parent
94f20143a9
commit
5c6405ba89
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -188,7 +188,8 @@ jobs:
|
||||
include:
|
||||
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
|
||||
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
|
||||
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
|
||||
# We should test this, but cross currently can't run it
|
||||
# - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user