From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74D371382C5 for ; Fri, 11 Jun 2021 16:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA65FE08F1; Fri, 11 Jun 2021 16:11:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94411E08F1 for ; Fri, 11 Jun 2021 16:11:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5714335C16 for ; Fri, 11 Jun 2021 16:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B411733 for ; Fri, 11 Jun 2021 16:11:22 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1623427861.ca22d0bbc634ecd52f517087c9c6c9cca80ba7b5.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ca22d0bbc634ecd52f517087c9c6c9cca80ba7b5 X-VCS-Branch: master Date: Fri, 11 Jun 2021 16:11:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16645b73-5be6-44f1-a1f2-1e6012d5f55e X-Archives-Hash: 4df863326492a1290b36445ce8804dde commit: ca22d0bbc634ecd52f517087c9c6c9cca80ba7b5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jun 11 16:09:55 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jun 11 16:11:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ca22d0bb Add riscv64-lp64d stages with libdir=lib64 to the autobuilds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-riscv.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 8b49333e..d6fed219 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -11,6 +11,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]" SETS=" + lp64d_200_openrc + lp64d_200_systemd lp64d lp64 lp64d_systemd @@ -19,13 +21,18 @@ SETS=" # riscv32 does not work yet # ilp32 - +# multilib needs re-bootstrapping SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec" + +SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage2-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec" +SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage2-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec" + SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec" SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec" SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec" SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec" + SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec" update_symlinks() {