
Current location is within the Spack prefix, which causes builds to pollute VCS with stage artifacts and generally inflates the Spack install prefix. This PR moves it to the user cache location now that we can consistently support paths with spaces on Windows.
6 lines
112 B
YAML
6 lines
112 B
YAML
config:
|
|
locks: false
|
|
build_stage::
|
|
- '$user_cache_path/stage'
|
|
stage_name: '{name}-{version}-{hash:7}'
|