From 6abc54887ecc2c99d920f03dfaec2d1ca3bfe334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 25 Jun 2021 21:07:00 +0200 Subject: [PATCH] riscv: also upload 20.0 multilib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- 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}" ;;