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 A5B2D138359 for ; Wed, 21 Oct 2020 19:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F6EE08F1; Wed, 21 Oct 2020 19:00:40 +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 DF02DE08F1 for ; Wed, 21 Oct 2020 19:00:39 +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 7F46F335D9E for ; Wed, 21 Oct 2020 19:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97D126 for ; Wed, 21 Oct 2020 19:00:36 +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: <1603306828.292177ad4311d0d8f505e3326ef177323048f4f4.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: 292177ad4311d0d8f505e3326ef177323048f4f4 X-VCS-Branch: master Date: Wed, 21 Oct 2020 19:00:36 +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: 0cef3162-3d18-4edd-afdd-c748b7221126 X-Archives-Hash: f8fcd7c782033df17f9829a1f063e490 commit: 292177ad4311d0d8f505e3326ef177323048f4f4 Author: Matt Turner gentoo org> AuthorDate: Wed Oct 21 18:29:37 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 21 19:00:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=292177ad Revert "specs/ppc/ppc64le: Disable musl builds" This reverts commit 3c5ff69f328f1dbd50f1ba622cd3740bd8df8b3d. In catalyst commit 3be3ac84 ("arch/ppc.toml: add CHOST based subarches") we've added subarches for 'powerpc', 'powerpc64', and 'powerpc64le', so these stage builds should now work. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-ppc64le.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 0474cb49..2379954a 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -5,6 +5,7 @@ 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"