Преглед изворни кода

Building now requires a deps repo

default_compile_flags
vector-of-bool пре 5 година
родитељ
комит
fbef91dc94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tools/ci.py

+ 1
- 1
tools/ci.py Прегледај датотеку

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

Loading…
Откажи
Сачувај