From b4a1c14f2ff1151e4edb0f64695cea53ac52c974 Mon Sep 17 00:00:00 2001 From: sayantn Date: Thu, 19 Dec 2024 01:43:07 +0530 Subject: [PATCH] Add PowerPC (32-bit) to CI --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26c2bd5802..8a6523e92c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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. @@ -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