Skip to content

Commit 1948b02

Browse files
committed
Don't use native cpu in cross
1 parent 415b50f commit 1948b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ jobs:
186186
# - mips64-unknown-linux-gnuabi64
187187
target_feature: [default]
188188
include:
189-
- { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
190-
- { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }
191-
- { target: riscv64gc-unknown-linux-gnu, target_feature: "native" }
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: "+zvl128b" }
192192

193193
steps:
194194
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)