Parcourir la source

Building now requires a deps repo

default_compile_flags
vector-of-bool il y a 5 ans
Parent
révision
fbef91dc94
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tools/ci.py

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

@@ -115,7 +115,7 @@ def main(argv: Sequence[str]) -> int:
self_build(
paths.CUR_BUILT_DDS,
toolchain=opts.toolchain,
dds_flags=['--warnings', '--tests', '--apps'])
dds_flags=['--warnings', '--tests', '--apps', f'--repo-dir={ci_repo_dir}'])
print('Bootstrap test PASSED!')

return pytest.main([

Chargement…
Annuler
Enregistrer