File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 76
76
os : ubuntu-latest
77
77
- tuple : powerpc-unknown-linux-gnu
78
78
os : ubuntu-latest
79
+ - tuple : powerpc64-unknown-linux-gnu
80
+ os : ubuntu-latest
79
81
- tuple : powerpc64le-unknown-linux-gnu
80
82
os : ubuntu-latest
81
83
# MIPS targets disabled since they are dropped to tier 3.
@@ -161,6 +163,10 @@ jobs:
161
163
tuple : powerpc-unknown-linux-gnu
162
164
os : ubuntu-latest
163
165
disable_assert_instr : true
166
+ - target :
167
+ tuple : powerpc64-unknown-linux-gnu
168
+ os : ubuntu-latest
169
+ disable_assert_instr : true
164
170
- target :
165
171
tuple : powerpc64le-unknown-linux-gnu
166
172
os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ cargo_test() {
82
82
wasm32* )
83
83
cmd=" $cmd --nocapture"
84
84
;;
85
+ # qemu has an erratic behavior on those tests
86
+ powerpc64* )
87
+ cmd=" $cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32"
88
+ ;;
85
89
esac
86
90
87
91
if [ " $SKIP_TESTS " != " " ]; then
You can’t perform that action at this time.
0 commit comments