commit: be542d90b609ff1d00210995f6be313a06c4bd25
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 00:43:18 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 01:26:46 2021 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=be542d90
github actions: Restrict to gentoo only and add systemd=y
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
.github/workflows/tests.yml | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1e26bab8..86834fff 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -52,32 +52,23 @@ jobs:
matrix:
build-opts:
- - {type: standard, distro: redhat, monolithic: y, systemd: y}
- - {type: standard, distro: redhat, monolithic: n, systemd: y}
- - {type: standard, distro: debian, monolithic: y, systemd: y}
- - {type: standard, distro: debian, monolithic: n, systemd: y}
+ - {type: standard, distro: gentoo, monolithic: y, systemd: y}
- {type: standard, distro: gentoo, monolithic: y, systemd: n}
+ - {type: standard, distro: gentoo, monolithic: n, systemd: y}
- {type: standard, distro: gentoo, monolithic: n, systemd: n}
- - {type: mcs, distro: redhat, monolithic: y, systemd: y}
- - {type: mcs, distro: redhat, monolithic: n, systemd: y}
- - {type: mcs, distro: debian, monolithic: y, systemd: y}
- - {type: mcs, distro: debian, monolithic: n, systemd: y}
+ - {type: mcs, distro: gentoo, monolithic: y, systemd: y}
- {type: mcs, distro: gentoo, monolithic: y, systemd: n}
+ - {type: mcs, distro: gentoo, monolithic: n, systemd: y}
- {type: mcs, distro: gentoo, monolithic: n, systemd: n}
- - {type: mls, distro: redhat, monolithic: y, systemd: y}
- - {type: mls, distro: redhat, monolithic: n, systemd: y}
- - {type: mls, distro: debian, monolithic: y, systemd: y}
- - {type: mls, distro: debian, monolithic: n, systemd: y}
+ - {type: mls, distro: gentoo, monolithic: y, systemd: y}
- {type: mls, distro: gentoo, monolithic: y, systemd: n}
+ - {type: mls, distro: gentoo, monolithic: n, systemd: y}
- {type: mls, distro: gentoo, monolithic: n, systemd: n}
- - {type: standard, distro: redhat, monolithic: y, systemd: y,
apps-off: unconfined}
- - {type: standard, distro: debian, monolithic: y, systemd: y,
apps-off: unconfined}
+ - {type: standard, distro: gentoo, monolithic: y, systemd: y,
apps-off: unconfined}
- {type: standard, distro: gentoo, monolithic: y, systemd: n,
apps-off: unconfined}
- - {type: mcs, distro: redhat, monolithic: y, systemd: y, apps-off:
unconfined}
- - {type: mcs, distro: debian, monolithic: y, systemd: y, apps-off:
unconfined}
+ - {type: mcs, distro: gentoo, monolithic: y, systemd: y, apps-off:
unconfined}
- {type: mcs, distro: gentoo, monolithic: y, systemd: n, apps-off:
unconfined}
- - {type: mls, distro: redhat, monolithic: y, systemd: y, apps-off:
unconfined}
- - {type: mls, distro: debian, monolithic: y, systemd: y, apps-off:
unconfined}
+ - {type: mls, distro: gentoo, monolithic: y, systemd: y, apps-off:
unconfined}
- {type: mls, distro: gentoo, monolithic: y, systemd: n, apps-off:
unconfined}
steps: