Browse Source

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

default_compile_flags
vector-of-bool 4 years ago
parent
commit
ad6e91ed5f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tools/ci.py

+ 1
- 0
tools/ci.py View File

@@ -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…
Cancel
Save