commit:     35d58c3943b1a0f29d5508acd7fbe4b97c45bf67
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:28:58 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:28:58 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=35d58c39

Enable x86 i686-ssemath builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 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
 

Reply via email to