Kaynağa Gözat

Use a fix prior bootstrap that depended on a moving dep

default_compile_flags
vector-of-bool 4 yıl önce
ebeveyn
işleme
077ecb0355
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      tools/bootstrap.py

+ 1
- 1
tools/bootstrap.py Dosyayı Görüntüle

@@ -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()

Yükleniyor…
İptal
Kaydet