Skip to content

Commit

Permalink
bootstrap-p2 is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Nov 15, 2019
1 parent c32b980 commit fa3c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

BOOTSTRAP_PHASES = [
'bootstrap-p1',
'bootstrap-p2',
]

HERE = Path(__file__).parent.absolute()
Expand Down Expand Up @@ -59,6 +58,7 @@ def _build_bootstrap_phase(ph: str, bts_dir: Path,
f'--cxx={args.cxx}',
],
env=env,
cwd=bts_dir,
)


Expand Down

0 comments on commit fa3c348

Please sign in to comment.