Skip to content

Commit ec4894c

Browse files
sayantnAmanieu
authored andcommitted
Add PowerPC (32-bit) to CI
1 parent a1e11ff commit ec4894c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ 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
7779
- tuple: powerpc64le-unknown-linux-gnu
7880
os: ubuntu-latest
7981
# MIPS targets disabled since they are dropped to tier 3.
@@ -155,6 +157,10 @@ jobs:
155157
# tuple: mipsel-unknown-linux-musl
156158
# os: ubuntu-latest
157159
# norun: true
160+
- target:
161+
tuple: powerpc-unknown-linux-gnu
162+
os: ubuntu-latest
163+
disable_assert_instr: true
158164
- target:
159165
tuple: powerpc64le-unknown-linux-gnu
160166
os: ubuntu-latest

0 commit comments

Comments
 (0)