Skip to content

Commit e4af5f7

Browse files
committed
(Re-?)Enable PPC64 and PPC tests along with PPC64LE
1 parent b8d5c28 commit e4af5f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

+12
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
os: ubuntu-latest
7575
- tuple: riscv64gc-unknown-linux-gnu
7676
os: ubuntu-latest
77+
- tuple: powerpc-unknown-linux-gnu
78+
os: ubuntu-latest
79+
- tuple: powerpc64-unknown-linux-gnu
80+
os: ubuntu-latest
7781
- tuple: powerpc64le-unknown-linux-gnu
7882
os: ubuntu-latest
7983
# MIPS targets disabled since they are dropped to tier 3.
@@ -155,6 +159,14 @@ jobs:
155159
# tuple: mipsel-unknown-linux-musl
156160
# os: ubuntu-latest
157161
# norun: true
162+
- target:
163+
tuple: powerpc-unknown-linux-gnu
164+
os: ubuntu-latest
165+
disable_assert_instr: true
166+
- target:
167+
tuple: powerpc64-unknown-linux-gnu
168+
os: ubuntu-latest
169+
disable_assert_instr: true
158170
- target:
159171
tuple: powerpc64le-unknown-linux-gnu
160172
os: ubuntu-latest

0 commit comments

Comments
 (0)