commit: 292177ad4311d0d8f505e3326ef177323048f4f4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 18:29:37 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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"