소스 검색

Unneeded file cleanup

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
e3e9ee89ff
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -5
      tools/ci.py

+ 0
- 5
tools/ci.py 파일 보기

@@ -115,12 +115,7 @@ def main(argv: Sequence[str]) -> int:
)
return 0

# Delete the catalog database, since there may be schema changes since the
# bootstrap executable was built
new_cat_path = paths.BUILD_DIR / 'catalog.db'
if new_cat_path.exists():
new_cat_path.unlink()

proc.check_run([
paths.CUR_BUILT_DDS,
'catalog',

Loading…
취소
저장