Skip to content

Commit ee7d7dc

Browse files
committed
REMOVE: test illumos build on PR
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent bb9bdc5 commit ee7d7dc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/linux-builds-on-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- x86_64-unknown-linux-gnu
2020
- armv7-unknown-linux-gnueabihf
2121
- aarch64-linux-android
22+
- x86_64-unknown-illumos # skip-master
2223
include:
2324
- target: x86_64-unknown-linux-gnu
2425
run_tests: YES

.github/workflows/linux-builds-on-stable.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- arm-unknown-linux-gnueabihf # skip-pr skip-master
2828
- x86_64-unknown-freebsd # skip-pr skip-master
2929
- x86_64-unknown-netbsd # skip-pr skip-master
30+
- x86_64-unknown-illumos # skip-master
3031
- powerpc-unknown-linux-gnu # skip-pr skip-master
3132
- powerpc64le-unknown-linux-gnu # skip-pr skip-master
3233
- mips-unknown-linux-gnu # skip-pr skip-master

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- arm-unknown-linux-gnueabihf # skip-pr skip-master
3636
- x86_64-unknown-freebsd # skip-pr skip-master
3737
- x86_64-unknown-netbsd # skip-pr skip-master
38-
- x86_64-unknown-illumos # skip-pr skip-master
38+
- x86_64-unknown-illumos # skip-master
3939
- powerpc-unknown-linux-gnu # skip-pr skip-master
4040
- powerpc64le-unknown-linux-gnu # skip-pr skip-master
4141
- mips-unknown-linux-gnu # skip-pr skip-master

0 commit comments

Comments
 (0)