commit: 2c7bdeedc02380f003c3d2c7487257db10d82630
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 20:58:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 20:58:56 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2c7bdeed
Also upload arm-musl stages
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-arm.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index f99e537a..228d4cea 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -107,4 +107,14 @@ post_build() {
esac
popd >/dev/null
+
+ pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
+
+ case ${spec} in
+ armv7a/musl/stage3-hardfloat.spec)
+ upload stage3-armv7a_hardfp-musl-${TIMESTAMP}*.xz*
+ ;;
+ esac
+
+ popd >/dev/null
}