Add x32 systemd mergedusr build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-27 12:57:23 +01:00
parent 5fb1d14a9c
commit 8cd7cbb4d1
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,12 @@
subarch: x32
target: stage1
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: mergedusr
profile: default/linux/amd64/17.0/x32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage3-x32-systemd-mergedusr-latest
compression_mode: pixz
update_seed: no
update_seed_command: --update --deep --newuse @world
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,10 @@
subarch: x32
target: stage3
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: mergedusr
profile: default/linux/amd64/17.0/x32/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage1-x32-systemd-mergedusr-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -29,6 +29,7 @@ SETS="
musl_llvm
x32_openrc
x32_systemd
x32_systemd_mu
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
@ -72,6 +73,8 @@ SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec"
SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec"
SET_x32_systemd_mu_SPECS="x32/stage1-systemd-mu.spec x32/stage3-systemd-mu.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
@ -145,6 +148,9 @@ post_build() {
nomultilib/stage3-systemd-mu.spec)
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
x32/stage3-systemd-mu.spec)
upload stage3-x32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit