aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-12-10 12:27:35 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-12-10 12:27:35 +0100
commita3e0e65e3b5f22531da5db9c2cada5c183c4136e (patch)
tree0dd414c9276b40cc564d647a80a1928e4488ae52 /tools/catalyst-auto-x86.conf
parentriscv: temporarily disable failing multilib builds (diff)
downloadreleng-a3e0e65e3b5f22531da5db9c2cada5c183c4136e.tar.gz
releng-a3e0e65e3b5f22531da5db9c2cada5c183c4136e.tar.bz2
releng-a3e0e65e3b5f22531da5db9c2cada5c183c4136e.zip
x86: add i486 systemd mu build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-x86.conf')
-rw-r--r--tools/catalyst-auto-x86.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index f247b1bd..98758859 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86
SETS="
i486_openrc
i486_systemd
+ i486_systemd_mu
i686_openrc
i686_systemd
i686_systemd_mu
@@ -24,8 +25,12 @@ SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd
SET_i486_systemd_SPECS="i486/stage1-systemd.spec i486/stage3-systemd.spec"
+SET_i486_systemd_mu_SPECS="i486/stage1-systemd-mu.spec i486/stage3-systemd-mu.spec"
+
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
+
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
+
SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
@@ -85,6 +90,10 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/mergedusr >/dev/null || exit
case ${spec} in
+ i486/stage3-systemd-mu.spec)
+ upload stage3-i486-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+ ;;
+ esac
i686/stage3-systemd-mu.spec)
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;