From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 114861382C5 for ; Wed, 20 May 2020 13:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 374E1E0894; Wed, 20 May 2020 13:52:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 208E5E0894 for ; Wed, 20 May 2020 13:52:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02AF734F234 for ; Wed, 20 May 2020 13:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A6E238 for ; Wed, 20 May 2020 13:52:52 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1589982763.a1f347da838d0ef9382047770eb645bac5f3ef5d.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a1f347da838d0ef9382047770eb645bac5f3ef5d X-VCS-Branch: master Date: Wed, 20 May 2020 13:52:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c4fe295-3a4f-4dfc-afc8-5c62d7114c03 X-Archives-Hash: bf395a361fed81176a7f5199aacb96fa commit: a1f347da838d0ef9382047770eb645bac5f3ef5d Author: Ben Kohler gentoo org> AuthorDate: Wed May 20 13:49:33 2020 +0000 Commit: Ben Kohler gentoo 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 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"