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 9A49C158089 for ; Sat, 9 Sep 2023 09:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BD942BC01E; Sat, 9 Sep 2023 09:39:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 7C4952BC01E for ; Sat, 9 Sep 2023 09:39:54 +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 8C647335C36 for ; Sat, 9 Sep 2023 09:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C2E810E0 for ; Sat, 9 Sep 2023 09:39:52 +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: <1694251076.b215133537654d8dcc7d0329d7272d5ee5b56c97.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: b215133537654d8dcc7d0329d7272d5ee5b56c97 X-VCS-Branch: master Date: Sat, 9 Sep 2023 09:39:52 +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: 52f6d848-18b2-4878-8461-6de88d05c60a X-Archives-Hash: 81a2dfc5f57164873f77b9fea0f4cf17 commit: b215133537654d8dcc7d0329d7272d5ee5b56c97 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 9 09:17:56 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Sep 9 09:17:56 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b2151335 Revert "Let's wait with riscv multilib until we're sure it works" It works. This reverts commit 6c455ce370f34c6ced649dadb9c42a03d64674af. 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 1eec68cd..ead9a565 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -19,9 +19,9 @@ SETS=" lp64_openrc lp64_systemd lp64_musl + multilib_openrc + multilib_systemd " -# multilib_openrc -# multilib_systemd SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" SET_lp64d_openrc_SPECS="stage1-lp64d-openrc.spec stage3-lp64d-openrc.spec"