Also upload 23.0 split-usr amd64 and arm64 builds

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-23 10:55:58 +01:00
parent 799a9897e0
commit d90528242b
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
2 changed files with 16 additions and 0 deletions

View file

@ -184,6 +184,14 @@ post_build() {
esac
popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-splitusr >/dev/null || exit
case ${spec} in
stage3-openrc-23-su.spec)
upload stage3-amd64-openrc-splitusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/clang >/dev/null || exit
case ${spec} in
clang/stage3-openrc.spec)

View file

@ -100,6 +100,14 @@ post_build() {
esac
popd >/dev/null
pushd "${BUILD_SRCDIR_BASE}/builds/23.0-splitusr" >/dev/null
case ${spec} in
stage3-openrc-23-su.spec)
upload stage3-${SUBARCH}-openrc-splitusr-${TIMESTAMP}*.xz*
;;
esac
popd >/dev/null
pushd "${BUILD_SRCDIR_BASE}/builds/llvm" >/dev/null
case ${spec} in
llvm/stage3-openrc.spec)