Do not use depfile in bootstrap (#41458)

- we don't have a fallback if make is not installed
- we assume file system locking works
- we don't verify that make is gnu make (bootstrapping fails on FreeBSD as a result)
- there are some weird race conditions in writing spack.yaml on concurrent spack install
- the view is updated after every package install instead of post environment install.
This commit is contained in:
Jordan Galby
2023-12-07 11:09:49 +01:00
committed by GitHub
parent 31640652c7
commit bb03ce7281
3 changed files with 12 additions and 32 deletions

View File

@@ -17,6 +17,8 @@ spack:
root: {{ store_path }}
padded_length: 0
install_status: false
packages:
python:
buildable: false