From fa3c348118932a0194c9a4a036949920b162395e Mon Sep 17 00:00:00 2001 From: vector-of-bool Date: Thu, 14 Nov 2019 23:05:12 -0700 Subject: [PATCH] bootstrap-p2 is not needed --- tools/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bootstrap.py b/tools/bootstrap.py index f7449bd0..ecc2dd9b 100644 --- a/tools/bootstrap.py +++ b/tools/bootstrap.py @@ -8,7 +8,6 @@ BOOTSTRAP_PHASES = [ 'bootstrap-p1', - 'bootstrap-p2', ] HERE = Path(__file__).parent.absolute() @@ -59,6 +58,7 @@ def _build_bootstrap_phase(ph: str, bts_dir: Path, f'--cxx={args.cxx}', ], env=env, + cwd=bts_dir, )