Add amd64 clang-systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
a689cfab39
commit
c693cf1a23
3 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue