소스 검색

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…
취소
저장