commit: a1f347da838d0ef9382047770eb645bac5f3ef5d Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed May 20 13:49:33 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed May 20 13:52:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a1f347da
catalyst-auto-amd64.conf: disable selinux builds for now Due to https://bugs.gentoo.org/722108 , selinux stable builds cannot possibly succeed right now. We are wasting lots of hours in update_seed since that part cannot be cached. We can re-enable them when https://bugs.gentoo.org/714376 is fixed (stabilization). Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> tools/catalyst-auto-amd64.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 8b2134f8..586b9083 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -15,8 +15,9 @@ SETS=" x32 hardened_multilib minimal_hardened_multilib hardened_nomultilib minimal_hardened_nomultilib - hardened_multilib_selinux hardened_nomultilib_selinux " +# hardened_multilib_selinux hardened_nomultilib_selinux +#" SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec" SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
