Skip to content

Commit ca12492

Browse files
committed
Revert some CI changes
1 parent ad747af commit ca12492

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ jobs:
187187
target_feature: [default]
188188
include:
189189
- { target: powerpc-unknown-linux-gnu, target_feature: "+altivec" }
190-
- { target: powerpc64-unknown-linux-gnu, target_feature: "+power10-vector" }
191-
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+power10-vector" }
190+
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
191+
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
192192
# We should test this, but cross currently can't run it
193193
# - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
194194

@@ -215,8 +215,7 @@ jobs:
215215
- name: Configure Emulated CPUs
216216
run: |
217217
echo "CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_RUNNER=qemu-ppc -cpu e600" >> $GITHUB_ENV
218-
echo "CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_RUNNER=qemu-ppc64 -cpu power10" >> $GITHUB_ENV
219-
echo "CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER=qemu-riscv64 -cpu rv64,zba=true,zbb=true,v=true,vlen=256,vext_spec=v1.0" >> $GITHUB_ENV
218+
# echo "CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER=qemu-riscv64 -cpu rv64,zba=true,zbb=true,v=true,vlen=256,vext_spec=v1.0" >> $GITHUB_ENV
220219
221220
- name: Configure RUSTFLAGS
222221
shell: bash

0 commit comments

Comments
 (0)