Enable PPC BE musl builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-11 13:46:18 +01:00
parent f4169454f4
commit b3bd1c8572
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -11,14 +11,14 @@ SETS="
musl_hardened musl_hardened
openrc_23 openrc_23
systemd_23 systemd_23
musl_hardened_23
openrc_64 openrc_64
systemd_mu_64 systemd_mu_64
musl_hardened_64 musl_hardened_64
openrc_64_23 openrc_64_23
systemd_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_SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.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_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_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_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 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@ -99,9 +102,15 @@ post_build() {
ppc32/stage3-systemd-23.spec) ppc32/stage3-systemd-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-ppc" ppc/23.0/ppc 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) ppc64/stage3-systemd-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-ppc64" ppc/23.0/ppc64 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}" echo "Finished ${spec}"
;; ;;