Enable PPC64 LE musl builds

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

View file

@ -16,9 +16,9 @@ SETS="
systemd_23 systemd_23
openrc_power9le_23 openrc_power9le_23
systemd_power9le_23 systemd_power9le_23
musl_hardened_23
musl_hardened_power9le_23
" "
# musl_hardened_23
# musl_hardened_power9le_23
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS=" installcd-stage1.spec installcd-stage2-minimal.spec" SET_openrc_OPTIONAL_SPECS=" installcd-stage1.spec installcd-stage2-minimal.spec"
@ -42,6 +42,10 @@ SET_openrc_power9le_23_SPECS="stage1-openrc-power9le-23.spec stage3-openrc-power
SET_systemd_power9le_23_SPECS="stage1-systemd-power9le-23.spec stage3-systemd-power9le-23.spec stage3d-systemd-power9le-23.spec" SET_systemd_power9le_23_SPECS="stage1-systemd-power9le-23.spec stage3-systemd-power9le-23.spec stage3d-systemd-power9le-23.spec"
SET_musl_hardened_23_SPECS="stage1-musl-hardened-openrc-23.spec stage3-musl-hardened-openrc-23.spec"
SET_musl_hardened_power9le_23_SPECS="stage1-musl-hardened-openrc-power9le-23.spec stage3-musl-hardened-openrc-power9le-23.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@ -106,6 +110,12 @@ post_build() {
stage3-systemd-power9le-23.spec) stage3-systemd-power9le-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-power9le" ppc/23.0/power9le upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-power9le" ppc/23.0/power9le
;; ;;
stage3-musl-hardened-openrc-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-ppc64le" ppc/23.0/ppc64le_musl_hardened
;;
stage3-musl-hardened-openrc-power9le-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-power9le" ppc/23.0/power9le_musl_hardened
;;
*) *)
echo "Finished ${spec}" echo "Finished ${spec}"
;; ;;