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 3042D158013 for ; Fri, 15 Dec 2023 21:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75FB92BC017; Fri, 15 Dec 2023 21:28:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EF4F2BC017 for ; Fri, 15 Dec 2023 21:28:22 +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 760C3335DE9 for ; Fri, 15 Dec 2023 21:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D503F104F for ; Fri, 15 Dec 2023 21:28:19 +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: <1702675652.64fa328a3f38b51c702a01a56fffd65c46180a48.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-arm64.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 64fa328a3f38b51c702a01a56fffd65c46180a48 X-VCS-Branch: master Date: Fri, 15 Dec 2023 21:28:19 +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: a0ad6d55-74db-4620-a22e-d53269886970 X-Archives-Hash: 2d276d5a1bd1073704db9ad928122c26 commit: 64fa328a3f38b51c702a01a56fffd65c46180a48 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 15 21:27:32 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Dec 15 21:27:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=64fa328a Enable arm64 23.0 profile builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-arm64.conf | 53 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index baba95af..61c7d67f 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -14,6 +14,13 @@ SETS=" musl musl_hardened musl_llvm + openrc_23 + systemd_23 + llvm_openrc_23 + llvm_systemd_23 + musl_23 + musl_hardened_23 + musl_llvm_23 " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec" @@ -21,16 +28,30 @@ SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec stage3d-systemd-mu.spec" +SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec stage3d-openrc-23.spec" + +SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec stage3d-systemd-23.spec" + SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec" SET_llvm_systemd_mu_SPECS="llvm/stage1-systemd-mu.spec llvm/stage3-systemd-mu.spec" +SET_llvm_openrc_23_SPECS="llvm/stage1-openrc-23.spec llvm/stage3-openrc-23.spec" + +SET_llvm_systemd_23_SPECS="llvm/stage1-systemd-23.spec llvm/stage3-systemd-23.spec" + SET_musl_SPECS="musl/stage1.spec musl/stage3.spec" SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec" SET_musl_llvm_SPECS="musl-llvm/stage1.spec musl-llvm/stage3.spec" +SET_musl_23_SPECS="musl/stage1-23.spec musl/stage3-23.spec" + +SET_musl_hardened_23_SPECS="musl-hardened/stage1-23.spec musl-hardened/stage3-23.spec" + +SET_musl_llvm_23_SPECS="musl-llvm/stage1-23.spec musl-llvm/stage3-23.spec" + KCONFIG_DIR=${REPO_DIR}/releases/kconfig/arm64 @@ -88,6 +109,14 @@ post_build() { esac popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-llvm" >/dev/null + case ${spec} in + llvm/stage3-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-llvm/stage3-arm64" arm64/23.0/arm64_llvm + ;; + esac + popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/llvm-mergedusr" >/dev/null case ${spec} in llvm/stage3-systemd-mu.spec) @@ -105,6 +134,14 @@ post_build() { esac popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-musl" >/dev/null + case ${spec} in + musl/stage3-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-arm64" arm64/23.0/arm64_musl + ;; + esac + popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/musl-hardened" >/dev/null case ${spec} in musl-hardened/stage3.spec) @@ -114,6 +151,14 @@ post_build() { esac popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-musl-hardened" >/dev/null + case ${spec} in + musl-hardened/stage3-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-arm64" arm64/23.0/arm64_musl_hardened + ;; + esac + popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/musl-llvm" >/dev/null case ${spec} in musl-llvm/stage3.spec) @@ -122,4 +167,12 @@ post_build() { ;; esac popd >/dev/null + + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-musl-llvm" >/dev/null + case ${spec} in + musl-llvm/stage3-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-llvm/stage3-arm64" arm64/23.0/arm64_musl_llvm + ;; + esac + popd >/dev/null }