Move amd64 merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
b9eeafab25
commit
e287f97a8c
7 changed files with 28 additions and 18 deletions
|
@ -110,9 +110,6 @@ post_build() {
|
|||
stage3-systemd.spec)
|
||||
upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
upload stage3-amd64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3d-openrc.spec)
|
||||
upload stage3-amd64-desktop-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
@ -128,9 +125,6 @@ post_build() {
|
|||
nomultilib/stage3-systemd.spec)
|
||||
upload stage3-amd64-nomultilib-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
nomultilib/stage3-systemd-mu.spec)
|
||||
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
x32/stage3-openrc.spec)
|
||||
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
@ -143,6 +137,17 @@ post_build() {
|
|||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}"/builds/mergedusr >/dev/null || exit
|
||||
case ${spec} in
|
||||
stage3-systemd-mu.spec)
|
||||
upload stage3-amd64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
nomultilib/stage3-systemd-mu.spec)
|
||||
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}"/builds/clang >/dev/null || exit
|
||||
case ${spec} in
|
||||
clang/stage3-openrc.spec)
|
||||
|
@ -151,6 +156,11 @@ post_build() {
|
|||
clang/stage3-systemd.spec)
|
||||
upload stage3-amd64-llvm-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}"/builds/llvm-mergedusr >/dev/null || exit
|
||||
case ${spec} in
|
||||
clang/stage3-systemd-mu.spec)
|
||||
upload stage3-amd64-llvm-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue