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 7462D158041 for ; Thu, 21 Mar 2024 13:40:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D354E29AA; Thu, 21 Mar 2024 13:40:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0535E29AA for ; Thu, 21 Mar 2024 13:40:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4345335C52 for ; Thu, 21 Mar 2024 13:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CCFED1 for ; Thu, 21 Mar 2024 13:39:58 +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: <1711028385.312a54f59d99d245b8139c5d64764b3b3b3313aa.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 312a54f59d99d245b8139c5d64764b3b3b3313aa X-VCS-Branch: master Date: Thu, 21 Mar 2024 13:39:58 +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: 195efffb-50ad-4de4-ad8b-bb3ec44caf43 X-Archives-Hash: 68bed0fb5b78a32ecea7696474e60291 commit: 312a54f59d99d245b8139c5d64764b3b3b3313aa Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Mar 21 13:23:20 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Mar 21 13:39:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=312a54f5 Enable x86 23.0 musl build Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index c83047ad..279d5e83 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -15,6 +15,7 @@ SETS=" i686_openrc_23 i686_systemd_23 hardened_openrc_23 + musl_23 i486_openrc i486_systemd_mu i686_openrc @@ -22,7 +23,6 @@ SETS=" hardened_openrc musl " -# musl_23 SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec" SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec"