Windows: Update default config for stage location (#48511)

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.
This commit is contained in:
John W. Parent 2025-02-07 02:25:11 -05:00 committed by GitHub
parent 302d74394b
commit 2c3f2c5733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
config: config:
locks: false locks: false
build_stage:: build_stage::
- '$spack/.staging' - '$user_cache_path/stage'
stage_name: '{name}-{version}-{hash:7}' stage_name: '{name}-{version}-{hash:7}'