瀏覽代碼

Use a short dir as the base tempdir, to prevent paths from being too long on windows

default_compile_flags
vector-of-bool 4 年之前
父節點
當前提交
ad6e91ed5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      tools/ci.py

+ 1
- 0
tools/ci.py 查看文件

@@ -135,6 +135,7 @@ def main(argv: Sequence[str]) -> int:
f'--basetemp={paths.BUILD_DIR / "_tmp"}',
'-n',
str(multiprocessing.cpu_count() + 2),
'--basetemp=/tmp', # Force to use a top-level /tmp dir. On Windows this prevents paths from begin too long
'tests/',
])


Loading…
取消
儲存