From 292177ad4311d0d8f505e3326ef177323048f4f4 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 21 Oct 2020 11:29:37 -0700 Subject: [PATCH] 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 --- 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"