Add amd64 clang-systemd stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-08-05 23:42:09 +02:00
parent a689cfab39
commit c693cf1a23
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 28 additions and 0 deletions

View file

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

View file

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

View file

@ -16,6 +16,7 @@ SETS="
nomultilib_openrc
nomultilib_systemd
clang_openrc
clang_systemd
hardened_openrc
hardened_nomultilib_openrc
hardened_selinux_openrc
@ -48,6 +49,8 @@ SET_nomultilib_systemd_SPECS="nomultilib/stage1-systemd.spec nomultilib/stage3-s
SET_clang_openrc_SPECS="clang/stage1-openrc.spec clang/stage3-openrc.spec"
SET_clang_systemd_SPECS="clang/stage1-systemd.spec clang/stage3-systemd.spec"
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
SET_musl_clang_SPECS="musl-clang/stage1.spec musl-clang/stage3.spec"
@ -122,6 +125,9 @@ post_build() {
clang/stage3-openrc.spec)
upload stage3-amd64-clang-openrc-${TIMESTAMP}.tar.xz*
;;
clang/stage3-systemd.spec)
upload stage3-amd64-clang-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit