Disable riscv v extension

This commit is contained in:
Caleb Zulawski 2023-07-22 10:24:32 -04:00
parent 94f20143a9
commit 5c6405ba89

View File

@ -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