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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18368158064 for ; Thu, 2 May 2024 07:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254B0E29BD; Thu, 2 May 2024 07:32:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09DDAE29BD for ; Thu, 2 May 2024 07:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B759234308B for ; Thu, 2 May 2024 07:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F21F15DF for ; Thu, 2 May 2024 07:32:53 +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: <1714635156.a1f68f259d5d5954192b3a1497c960972e9be4fe.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: a1f68f259d5d5954192b3a1497c960972e9be4fe X-VCS-Branch: master Date: Thu, 2 May 2024 07:32:53 +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: a34db162-e570-4b05-8b55-d1ea81c090d3 X-Archives-Hash: 2330024fe601fee10cd2cc32c3d66ee9 commit: a1f68f259d5d5954192b3a1497c960972e9be4fe Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu May 2 07:32:12 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu May 2 07:32:36 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a1f68f25 Enable riscv32 musl builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-riscv.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 63d79a05..d88df515 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -21,16 +21,16 @@ SETS=" multilib_systemd_23 ilp32d_openrc_23 ilp32d_systemd_23 + ilp32d_musl_23 ilp32_openrc_23 ilp32_systemd_23 + ilp32_musl_23 lp64d_openrc lp64d_musl lp64_openrc lp64_musl multilib_openrc " -# ilp32d_musl_23 -# ilp32_musl_23 SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"