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 0ADD615817D for ; Tue, 11 Jun 2024 18:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D303E2A1E; Tue, 11 Jun 2024 18:29:23 +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 1021AE2A1E for ; Tue, 11 Jun 2024 18:29:23 +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 2595D335D63 for ; Tue, 11 Jun 2024 18:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7BB15F7 for ; Tue, 11 Jun 2024 18:29:20 +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: <1718130538.35d58c3943b1a0f29d5508acd7fbe4b97c45bf67.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: 35d58c3943b1a0f29d5508acd7fbe4b97c45bf67 X-VCS-Branch: master Date: Tue, 11 Jun 2024 18:29:20 +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: 4f4fe957-1d9b-4eb0-9b82-82cad1351098 X-Archives-Hash: 328bc62fdb0018f40f9786e60f891fdd commit: 35d58c3943b1a0f29d5508acd7fbe4b97c45bf67 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jun 11 18:28:58 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jun 11 18:28:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=35d58c39 Enable x86 i686-ssemath builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index b3fbb54a..1560c2f7 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -14,6 +14,8 @@ SETS=" i486_systemd_23 i686_openrc_23 i686_systemd_23 + i686_ssemath_openrc_23 + i686_ssemath_systemd_23 hardened_openrc_23 musl_23 " @@ -27,6 +29,10 @@ SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec i686/stage3-openrc-23.spec" SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec i686/stage3-systemd-23.spec" +SET_i686_ssemath_openrc_23_SPECS="i686-ssemath/stage1-openrc-23.spec i686-ssemath/stage3-openrc-23.spec" + +SET_i686_ssemath_systemd_23_SPECS="i686-ssemath/stage1-systemd-23.spec i686-ssemath/stage3-systemd-23.spec" + SET_hardened_openrc_23_SPECS="hardened/stage1-openrc-23.spec hardened/stage3-openrc-23.spec" SET_hardened_openrc_23_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec" @@ -82,6 +88,13 @@ post_build() { upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686 ;; + i686-ssemath/stage3-openrc-23.spec) + upload stage3-i686-ssemath-openrc-${TIMESTAMP}.tar.xz* + ;; + i686-ssemath/stage3-systemd-23.spec) + upload stage3-i686-ssemath-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686-ssemath" x86/23.0/i686-ssemath + ;; esac popd >/dev/null || exit