commit:     6abc54887ecc2c99d920f03dfaec2d1ca3bfe334
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 19:07:00 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 19:07:25 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=6abc5488

riscv: also upload 20.0 multilib

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-riscv.conf | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/tools/catalyst-auto-qemu-riscv.conf 
b/tools/catalyst-auto-qemu-riscv.conf
index 6212a8fe..78b7197d 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -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}"
                        ;;

Reply via email to