Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 31 May 2021 08:27:37
Message-Id: 1622441915.3b9621a4369f0f54a31f189ec07f095358197277.gyakovlev@gentoo
1 commit: 3b9621a4369f0f54a31f189ec07f095358197277
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 06:18:35 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 06:18:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3b9621a4
7
8 tools/catalyst-auto-ppc.conf: enable ppc64 hardened musl builds
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 tools/catalyst-auto-ppc.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
16 index 0fbc89c8..9717ee93 100644
17 --- a/tools/catalyst-auto-ppc.conf
18 +++ b/tools/catalyst-auto-ppc.conf
19 @@ -11,7 +11,7 @@ SPECS="ppc32/stage1.spec ppc32/stage3.spec ppc64/stage1.spec ppc64/stage3.spec"
20 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
21
22 OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
23 -#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec"
24 +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec"
25
26 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
27
28 @@ -20,7 +20,7 @@ EMAIL_SUBJECT_PREPEND="[ppc-auto]"
29 update_symlinks() {
30 # Symlink the latest stages3 to build from
31 local d f
32 - for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
33 + for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" ; do
34 pushd "${d}" >/dev/null
35 for f in $(ls stage3-ppc-*xz | grep -v latest | give_latest_from_dates) ; do
36 local of=$(echo "${f}" | convert_filename)