aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-05-20 08:49:33 -0500
committerBen Kohler <bkohler@gentoo.org>2020-05-20 08:52:43 -0500
commita1f347da838d0ef9382047770eb645bac5f3ef5d (patch)
treea2dfa219809b782df8fafbaf473746ff11ba1e28
parentspecs: Remove decompressor_search_order: ... (diff)
downloadreleng-a1f347da838d0ef9382047770eb645bac5f3ef5d.tar.gz
releng-a1f347da838d0ef9382047770eb645bac5f3ef5d.tar.bz2
releng-a1f347da838d0ef9382047770eb645bac5f3ef5d.zip
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@gentoo.org>
-rw-r--r--tools/catalyst-auto-amd64.conf3
1 files changed, 2 insertions, 1 deletions
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"