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, )