ソースを参照

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',

読み込み中…
キャンセル
保存