commit: 1a5a523830c31c82321dcaee127a0278b1caaa65
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 08:10:59 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 08:11:16 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1a5a5238
Also build mips32-o32
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-mips.conf | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-qemu-mips.conf
b/tools/catalyst-auto-qemu-mips.conf
index 21d832ea..224aabed 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -7,8 +7,9 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
-SETS="mips64n64openrc mips64eln64openrc"
+SETS="mips32o32openrc mips64n64openrc mips64eln64openrc"
+SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc stage3-mips32-o32-openrc"
SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec
stage3-mips64-n64-openrc.spec"
SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec
stage3-mips64el-n64-openrc.spec"
@@ -34,6 +35,9 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
+ stage3-mips32-o32-openrc.spec)
+ upload stage3-mips32_o32-openrc-${TIMESTAMP}.xz*
+ ;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
;;