Disable aarch64_be split-usr systemd builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-02-13 23:55:56 +01:00
parent 760e4c8e09
commit f5690d5bbc
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 5 additions and 30 deletions

View file

@ -1,13 +0,0 @@
subarch: aarch64_be
version_stamp: systemd-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/arm64/17.0/big-endian/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-aarch64_be-systemd-latest
compression_mode: pixz
update_seed: yes
update_seed_command: -uDN @world
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
interpreter: /usr/bin/qemu-aarch64_be

View file

@ -1,12 +0,0 @@
subarch: aarch64_be
version_stamp: systemd-@TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/arm64/17.0/big-endian/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-aarch64_be-systemd-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
portage_prefix: releng
interpreter: /usr/bin/qemu-aarch64_be
binrepo_path: arm64/binpackages/17.0/aarch64_be

View file

@ -6,7 +6,10 @@ UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm64/be
SUBARCH=aarch64_be
SETS="openrc systemd systemd_mu"
SETS="
openrc
systemd_mu
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
@ -22,7 +25,7 @@ EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"
update_symlinks() {
# Symlink the latest stages3 to build from
local d f
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3-${SUBARCH}-*xz | grep -v latest | give_latest_from_dates) ; do
@ -40,9 +43,6 @@ post_build() {
case ${spec} in
stage3-openrc.spec)
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-aarch64_be" arm64/17.0/aarch64_be
;;
esac