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 1BBD2158086 for ; Sat, 20 Nov 2021 14:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37A9DE07DB; Sat, 20 Nov 2021 14:48:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 02F5CE07DB for ; Sat, 20 Nov 2021 14:48:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BFDFF3430F1 for ; Sat, 20 Nov 2021 14:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A5E91C0 for ; Sat, 20 Nov 2021 14:48:54 +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: <1637419690.1e5faa75ee1710ff87fb45636220c56e4bc22ca1.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-arm.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1e5faa75ee1710ff87fb45636220c56e4bc22ca1 X-VCS-Branch: master Date: Sat, 20 Nov 2021 14:48:54 +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: 1e1412a3-20c0-4284-ae17-35d81d509baf X-Archives-Hash: 8414c5352ec6680cef49faaaae7453e2 commit: 1e5faa75ee1710ff87fb45636220c56e4bc22ca1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 20 14:48:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 20 14:48:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1e5faa75 tools: Add armv6j hardfloat musl stage build Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-arm.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index e2ab9a9a..8c92df96 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm EMAIL_SUBJECT_PREPEND="[arm-auto]" SETS=" + armv6j_hf_musl_openrc armv7a_hf_musl armv4tl_openrc armv4tl_systemd @@ -38,6 +39,8 @@ SET_armv6j_hf_systemd_SPECS="armv6j/stage1-hardfloat-systemd.spec armv6j/stage3- SET_armv6j_sf_openrc_SPECS="armv6j/stage1-openrc.spec armv6j/stage3-openrc.spec" SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.spec" +SET_armv6j_hf_musl_openrc_SPECS="armv6j-musl/stage1-hardfloat.spec armv6j-musl/stage3-hardfloat.spec" + SET_armv7a_hf_openrc_SPECS="armv7a/stage1-hardfloat-openrc.spec armv7a/stage3-hardfloat-openrc.spec" SET_armv7a_hf_systemd_SPECS="armv7a/stage1-hardfloat-systemd.spec armv7a/stage3-hardfloat-systemd.spec" @@ -114,6 +117,9 @@ post_build() { armv7a-musl/stage3-hardfloat.spec) upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz* ;; + armv6j-musl/stage3-hardfloat.spec) + upload stage3-armv6j_hardfp_musl-openrc-${TIMESTAMP}*.xz* + ;; esac popd >/dev/null