commit: b3bd1c85726e08638138c1b5a06346003db26d2b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 12:46:18 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 12:46:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b3bd1c85
Enable PPC BE musl builds
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-ppc.conf | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 956a502a..72de76b0 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -11,14 +11,14 @@ SETS="
musl_hardened
openrc_23
systemd_23
+ musl_hardened_23
openrc_64
systemd_mu_64
musl_hardened_64
openrc_64_23
systemd_64_23
+ musl_hardened_64_23
"
-# musl_hardened_23
-# musl_hardened_64_23
SET_openrc_SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="ppc32/installcd-stage1.spec
ppc32/installcd-stage2-minimal.spec"
@@ -37,10 +37,13 @@ SET_openrc_23_SPECS="ppc32/stage1-openrc-23.spec
ppc32/stage3-openrc-23.spec"
SET_systemd_23_SPECS="ppc32/stage1-systemd-23.spec
ppc32/stage3-systemd-23.spec"
+SET_musl_hardened_23_SPECS="ppc32/stage1-musl-hardened-openrc-23.spec
ppc32/stage3-musl-hardened-openrc-23.spec"
+
SET_openrc_64_23_SPECS="ppc64/stage1-openrc-23.spec
ppc64/stage3-openrc-23.spec"
SET_systemd_64_23_SPECS="ppc64/stage1-systemd-23.spec
ppc64/stage3-systemd-23.spec"
+SET_musl_hardened_64_23_SPECS="ppc64/stage1-musl-hardened-openrc-23.spec
ppc64/stage3-musl-hardened-openrc-23.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@@ -99,9 +102,15 @@ post_build() {
ppc32/stage3-systemd-23.spec)
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-ppc" ppc/23.0/ppc
;;
+ ppc32/stage3-musl-hardened-openrc-23.spec)
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-ppc"
ppc/23.0/ppc_musl_hardened
+ ;;
ppc64/stage3-systemd-23.spec)
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-ppc64" ppc/23.0/ppc64
;;
+ ppc64/stage3-musl-hardened-openrc-23.spec)
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-ppc64"
ppc/23.0/ppc64_musl_hardened
+ ;;
*)
echo "Finished ${spec}"
;;