riscv: also upload 20.0 multilib

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-06-25 21:07:00 +02:00
parent cc9a2bf23d
commit 6abc54887e
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -46,16 +46,11 @@ post_build() {
local set=$1 spec=$2
case ${spec} in
stage3*lp64*20.0*.spec)
stage3*.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/20.0" >/dev/null
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
popd >/dev/null
;;
stage3*lp64*.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
popd >/dev/null
;;
*)
echo "Finished ${spec}"
;;