Enable x86 i686-ssemath builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-06-11 20:28:58 +02:00
parent eee8498863
commit 35d58c3943
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -14,6 +14,8 @@ SETS="
i486_systemd_23 i486_systemd_23
i686_openrc_23 i686_openrc_23
i686_systemd_23 i686_systemd_23
i686_ssemath_openrc_23
i686_ssemath_systemd_23
hardened_openrc_23 hardened_openrc_23
musl_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_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_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" 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* upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686 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 esac
popd >/dev/null || exit popd >/dev/null || exit