Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Fri, 10 Sep 2021 20:18:00
Message-Id: 1631305059.81061e66028276195441e27b624bfc7182e5f909.dilfridge@gentoo
1 commit: 81061e66028276195441e27b624bfc7182e5f909
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 20:17:39 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 20:17:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=81061e66
7
8 arm64: build musl first for easier testing
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-arm64.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
16 index 5bc9dde3..3d57dc12 100644
17 --- a/tools/catalyst-auto-arm64.conf
18 +++ b/tools/catalyst-auto-arm64.conf
19 @@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_ed25519
20 SPECS_DIR=${REPO_DIR}/releases/specs/arm64
21 SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
22
23 -SETS="default musl muslhardened"
24 +SETS="musl muslhardened default"
25
26 SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
27 SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"