BOOTSTRAP_PHASES = [ | BOOTSTRAP_PHASES = [ | ||||
BootstrapPhase('bootstrap-p1', 'g++-8', 'cl.exe'), | BootstrapPhase('bootstrap-p1', 'g++-8', 'cl.exe'), | ||||
BootstrapPhase('bootstrap-p4', 'g++-8', 'cl.exe'), | BootstrapPhase('bootstrap-p4', 'g++-8', 'cl.exe'), | ||||
BootstrapPhase('release/0.0.1', 'g++-9', 'cl.exe'), | |||||
BootstrapPhase('bootstrap-p5', 'g++-9', 'cl.exe'), | |||||
] | ] | ||||
HERE = Path(__file__).parent.absolute() | HERE = Path(__file__).parent.absolute() |