diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-23 10:55:58 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-23 10:55:58 +0100 |
commit | d90528242b367c73b16fb96a962823c5582f4a2b (patch) | |
tree | 73f852380532c3537dfadc87fac2176fc01f29f5 /tools | |
parent | Upload 23.0 stages for m68k (diff) | |
download | releng-d90528242b367c73b16fb96a962823c5582f4a2b.tar.gz releng-d90528242b367c73b16fb96a962823c5582f4a2b.tar.bz2 releng-d90528242b367c73b16fb96a962823c5582f4a2b.zip |
Also upload 23.0 split-usr amd64 and arm64 builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/catalyst-auto-amd64.conf | 8 | ||||
-rw-r--r-- | tools/catalyst-auto-arm64.conf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 733b2b6c..5d45b13f 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -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) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index b2f01a4a..dc572bab 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -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) |