commit: aa97f47eb9e9a3f1f1929215aec2fcb4b374c961
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 21:29:26 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 21:29:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=aa97f47e
Enable m68k aligned t64 builds
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-m68k.conf | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/tools/catalyst-auto-qemu-m68k.conf
b/tools/catalyst-auto-qemu-m68k.conf
index 65c01527..acb97885 100644
--- a/tools/catalyst-auto-qemu-m68k.conf
+++ b/tools/catalyst-auto-qemu-m68k.conf
@@ -11,6 +11,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/m68k
EMAIL_SUBJECT_PREPEND="[m68k-qemu-auto]"
SETS="
+ openrc_23_t64
+ systemd_23_t64
openrc_23
systemd_23
musl_23
@@ -22,6 +24,10 @@ SET_systemd_23_SPECS="stage1-systemd-23.spec
stage3-systemd-23.spec"
SET_musl_23_SPECS="stage1-musl-23.spec stage3-musl-23.spec"
+SET_openrc_23_t64_SPECS="aligned/stage1-openrc-23.spec
aligned/stage3-openrc-23.spec"
+
+SET_systemd_23_t64_SPECS="aligned/stage1-systemd-23.spec
aligned/stage3-systemd-23.spec"
+
update_symlinks() {
# Symlink the latest stages3 to build from
local d f
@@ -57,6 +63,17 @@ post_build() {
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-m68k_musl" m68k/23.0/m68k_musl
popd >/dev/null
;;
+ aligned/stage3-openrc-23.spec)
+ pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64"
>/dev/null
+ upload stage3-m68k-t64-openrc-${TIMESTAMP}*.xz*
+ popd >/dev/null
+ ;;
+ aligned/stage3-systemd-23.spec)
+ pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64"
>/dev/null
+ upload stage3-m68k-t64-systemd-${TIMESTAMP}*.xz*
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-m68k" m68k/23.0/m68k-t64
+ popd >/dev/null
+ ;;
*)
echo "Finished ${spec}"
;;