Note this PR addresses a feature a user asked about when #13100 was under testing.
The distributed build process automatically removes failure tracking information for relevant packages when spack install
is executed. This has been shown to cause problems with environment installations from spack.yaml
files -- see #15415 -- that led to the need to optionally retain failure tracking.
This PR adds the ability to explicitly remove install failure tracking data for a Spack instance through the spack clean
command using either the -f
or -a
options.
TODO
- [x] Add option to documentation
Follow-On Work
- If #15415 is merged before this PR,
packaging_guide.rst
's discussion of--keep-failures
should be changed to reference thespack clean -f
option
该提问来源于开源项目:spack/spack