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 A1D341382C5 for ; Sun, 20 Dec 2020 02:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2CA3E092F; Sun, 20 Dec 2020 02:29:04 +0000 (UTC) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) (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 CC2DAE092F for ; Sun, 20 Dec 2020 02:29:04 +0000 (UTC) Received: by mail-qv1-f41.google.com with SMTP id p12so2938351qvj.13 for ; Sat, 19 Dec 2020 18:29:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SlrQUIHvzC1NUXpLU2+IT+LwP0f3tFyGYwblBzxGTNI=; b=eyMwh4pE06TpEh9vSqjfZEanXCknUoz6vwfMTeugITwL0g0JZ394FnxvL+ZP0JE1d2 uF8UHqFjFPFgOuk3IEOzfvhHNCLPjlYyrYmhgXeSvHuDFkqC6Hm9AQAohKSv7vd33cHC e26saCLtE0rqK3DuFz53GTb2LHFVM3kBfIGvE8pDdzWQlDR5sJR3dH2esCjP1YRaj60p Y2nKf7Jx+ltXTKFtmt1MGYTwV7jpqbAujjP1ymFWeTatIUczX3nvYiY+wmNjFsThif/P jXtkFcSrMspuBNqeQfKlWYNG9bONH6rYxbf2SDUo8nIpPt/4ETkQCea7Ns4h+LvnokaA IJDw== X-Gm-Message-State: AOAM530qxxYr8po1SzE+zlSHHPxNIxNrKS+cjpO1302CsOjjbGo66lCv sYCCEce1e77pDylj4+NWyGe/mPw8m4x3Ng== X-Google-Smtp-Source: ABdhPJzEvfIi+NHXxyfSj0VopCr93llGAWXnSAacgUS3MrrKYTPNQ4i8bp9uRHwlBtBzFSC1vBEknQ== X-Received: by 2002:a05:6214:533:: with SMTP id x19mr11957823qvw.20.1608431343934; Sat, 19 Dec 2020 18:29:03 -0800 (PST) Received: from localhost ([208.104.103.123]) by smtp.gmail.com with ESMTPSA id t68sm9009911qkd.35.2020.12.19.18.29.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Dec 2020 18:29:03 -0800 (PST) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 7/7] targets: Emerge stage1 with --implicit-system-deps=n Date: Sat, 19 Dec 2020 21:28:48 -0500 Message-Id: <20201220022848.249207-7-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201220022848.249207-1-mattst88@gentoo.org> References: <20201220022848.249207-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 091a8f23-ba2a-495d-8ce1-3888e8e1ef1e X-Archives-Hash: e128cf2cfbb430681ab6419b8f2c1663 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 --- 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. # -- 2.26.2