From 35d58c3943b1a0f29d5508acd7fbe4b97c45bf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 11 Jun 2024 20:28:58 +0200 Subject: [PATCH] Enable x86 i686-ssemath builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-x86.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index b3fbb54a..1560c2f7 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -14,6 +14,8 @@ SETS=" i486_systemd_23 i686_openrc_23 i686_systemd_23 + i686_ssemath_openrc_23 + i686_ssemath_systemd_23 hardened_openrc_23 musl_23 " @@ -27,6 +29,10 @@ SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec i686/stage3-openrc-23.spec" SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec i686/stage3-systemd-23.spec" +SET_i686_ssemath_openrc_23_SPECS="i686-ssemath/stage1-openrc-23.spec i686-ssemath/stage3-openrc-23.spec" + +SET_i686_ssemath_systemd_23_SPECS="i686-ssemath/stage1-systemd-23.spec i686-ssemath/stage3-systemd-23.spec" + SET_hardened_openrc_23_SPECS="hardened/stage1-openrc-23.spec hardened/stage3-openrc-23.spec" SET_hardened_openrc_23_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec" @@ -82,6 +88,13 @@ post_build() { upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686 ;; + i686-ssemath/stage3-openrc-23.spec) + upload stage3-i686-ssemath-openrc-${TIMESTAMP}.tar.xz* + ;; + i686-ssemath/stage3-systemd-23.spec) + upload stage3-i686-ssemath-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686-ssemath" x86/23.0/i686-ssemath + ;; esac popd >/dev/null || exit