diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index feaf8d49..6589b7d6 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -16,9 +16,9 @@ SETS=" systemd_23 openrc_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_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_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 @@ -106,6 +110,12 @@ post_build() { stage3-systemd-power9le-23.spec) 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}" ;;