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 84625138359 for ; Thu, 15 Oct 2020 17:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA5BEE0937; Thu, 15 Oct 2020 17:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3B9FE0937 for ; Thu, 15 Oct 2020 17:55:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A8C8C33C84E for ; Thu, 15 Oct 2020 17:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD8A388 for ; Thu, 15 Oct 2020 17:55:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1602784526.3c5ff69f328f1dbd50f1ba622cd3740bd8df8b3d.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3c5ff69f328f1dbd50f1ba622cd3740bd8df8b3d X-VCS-Branch: master Date: Thu, 15 Oct 2020 17:55:51 +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: 214e051a-6969-41f0-abba-680f14d694d5 X-Archives-Hash: 88469f54e8952c4472bf04de5039e525 commit: 3c5ff69f328f1dbd50f1ba622cd3740bd8df8b3d Author: Matt Turner gentoo org> AuthorDate: Thu Oct 15 17:55:26 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 15 17:55:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3c5ff69f specs/ppc/ppc64le: Disable musl builds They don't work with latest catalyst. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-ppc64le.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 2379954a..0474cb49 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -5,7 +5,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le SPECS="stage1.spec stage3.spec" OPTIONAL_SPECS="systemd-stage1.spec systemd-stage3.spec" -OPTIONAL_SPECS="${OPTIONAL_SPECS} musl-hardened-stage1.spec musl-hardened-stage3.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"