Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 7/7] targets: Emerge stage1 with --implicit-system-deps=n
Date: Sun, 20 Dec 2020 02:29:05
Message-Id: 20201220022848.249207-7-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/7] catalyst: Set stage_path = chroot_path + root_path by Matt Turner
1 Since we're emerging into a separate ROOT, we can use
2 --implicit-system-deps=n to gain some additional parallelism.
3
4 Signed-off-by: Matt Turner <mattst88@g.o>
5 ---
6 targets/stage1/chroot.sh | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
10 index b733fc57..50afef4a 100755
11 --- a/targets/stage1/chroot.sh
12 +++ b/targets/stage1/chroot.sh
13 @@ -78,7 +78,7 @@ if [ -e ${clst_make_conf} ]; then
14 done
15 fi
16
17 -run_merge --oneshot "${buildpkgs[@]}"
18 +run_merge --implicit-system-deps=n --oneshot "${buildpkgs[@]}"
19
20 # TODO: Drop this when locale-gen in stable glibc supports ROOT.
21 #
22 --
23 2.26.2