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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23C241382C5 for ; Sat, 19 Dec 2020 19:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F418E2BC026; Sat, 19 Dec 2020 19:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B33FE2BC025 for ; Sat, 19 Dec 2020 19:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0B39341029 for ; Sat, 19 Dec 2020 19:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA84478 for ; Sat, 19 Dec 2020 19:56:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608406149.421c65f9cba4745ee75b21461141eead9078b714.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/chroot.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 421c65f9cba4745ee75b21461141eead9078b714 X-VCS-Branch: wip/mattst88 Date: Sat, 19 Dec 2020 19:56:03 +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: 38f4d9a9-eeee-4c28-8ac2-81818eab4339 X-Archives-Hash: 28550dc38dcefb957f58ffe4da943130 Message-ID: <20201219195603.p84hNzV4StUdra7wLC49lnNGtuj4zWEXX9X78RnZRdU@z> commit: 421c65f9cba4745ee75b21461141eead9078b714 Author: Matt Turner gentoo org> AuthorDate: Sat Dec 19 02:52:57 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 19 19:29:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=421c65f9 targets: Emerge stage1 with --implicit-system-deps=n Since we're emerging into a separate ROOT, we can use --implicit-system-deps=n to gain some additional parallelism. Signed-off-by: Matt Turner gentoo.org> targets/stage1/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh index b733fc57..50afef4a 100755 --- a/targets/stage1/chroot.sh +++ b/targets/stage1/chroot.sh @@ -78,7 +78,7 @@ if [ -e ${clst_make_conf} ]; then done fi -run_merge --oneshot "${buildpkgs[@]}" +run_merge --implicit-system-deps=n --oneshot "${buildpkgs[@]}" # TODO: Drop this when locale-gen in stable glibc supports ROOT. #