We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d5c28 commit b4a1c14Copy full SHA for b4a1c14
.github/workflows/main.yml
@@ -74,6 +74,8 @@ jobs:
74
os: ubuntu-latest
75
- tuple: riscv64gc-unknown-linux-gnu
76
77
+ - tuple: powerpc-unknown-linux-gnu
78
+ os: ubuntu-latest
79
- tuple: powerpc64le-unknown-linux-gnu
80
81
# MIPS targets disabled since they are dropped to tier 3.
@@ -155,6 +157,10 @@ jobs:
155
157
# tuple: mipsel-unknown-linux-musl
156
158
# os: ubuntu-latest
159
# norun: true
160
+ - target:
161
+ tuple: powerpc-unknown-linux-gnu
162
163
+ disable_assert_instr: true
164
- target:
165
tuple: powerpc64le-unknown-linux-gnu
166
0 commit comments