Don't use native cpu in cross
This commit is contained in:
parent
415b50f671
commit
1948b02e40
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -186,9 +186,9 @@ jobs:
|
||||
# - mips64-unknown-linux-gnuabi64
|
||||
target_feature: [default]
|
||||
include:
|
||||
- { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
|
||||
- { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }
|
||||
- { target: riscv64gc-unknown-linux-gnu, target_feature: "native" }
|
||||
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
|
||||
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
|
||||
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+zvl128b" }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user