Skip to content

Commit

Permalink
Add PowerPC (32-bit) to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantn committed Dec 18, 2024
1 parent b8d5c28 commit b4a1c14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
os: ubuntu-latest
- tuple: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
- tuple: powerpc-unknown-linux-gnu
os: ubuntu-latest
- tuple: powerpc64le-unknown-linux-gnu
os: ubuntu-latest
# MIPS targets disabled since they are dropped to tier 3.
Expand Down Expand Up @@ -155,6 +157,10 @@ jobs:
# tuple: mipsel-unknown-linux-musl
# os: ubuntu-latest
# norun: true
- target:
tuple: powerpc-unknown-linux-gnu
os: ubuntu-latest
disable_assert_instr: true
- target:
tuple: powerpc64le-unknown-linux-gnu
os: ubuntu-latest
Expand Down

0 comments on commit b4a1c14

Please sign in to comment.