Parcourir la source

Use a fix prior bootstrap that depended on a moving dep

default_compile_flags
vector-of-bool il y a 4 ans
Parent
révision
077ecb0355
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py Voir le fichier

@@ -23,7 +23,7 @@ class BootstrapPhase(NamedTuple):
BOOTSTRAP_PHASES = [
BootstrapPhase('bootstrap-p1', 'g++-8', 'cl.exe'),
BootstrapPhase('bootstrap-p4', 'g++-8', 'cl.exe'),
BootstrapPhase('0.0.1', 'g++-9', 'cl.exe'),
BootstrapPhase('bootstrap-p5.1', 'g++-9', 'cl.exe'),
]

HERE = Path(__file__).parent.absolute()

Chargement…
Annuler
Enregistrer