From bb03ce7281e4cd058dd855bac6ea465b83fe8f2e Mon Sep 17 00:00:00 2001 From: Jordan Galby <67924449+Jordan474@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:09:49 +0100 Subject: 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. --- share/spack/templates/bootstrap/spack.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/spack/templates/bootstrap/spack.yaml b/share/spack/templates/bootstrap/spack.yaml index 251977d0c5..8a178d0362 100644 --- a/share/spack/templates/bootstrap/spack.yaml +++ b/share/spack/templates/bootstrap/spack.yaml @@ -17,6 +17,8 @@ spack: root: {{ store_path }} padded_length: 0 + install_status: false + packages: python: buildable: false -- cgit v1.2.3-70-g09d2