diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-21 23:45:30 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-23 18:36:56 -0800 |
commit | 78b84e4adecc18f8e92844b11a627c54ac2ef7c8 (patch) | |
tree | 52aee57d37cebba93c58ca061a9bf233f65e8ab0 /.gitattributes | |
parent | 9b90d7e801c226a061e5b1e3e70bf2967f3ef6f1 (diff) | |
download | spack-78b84e4adecc18f8e92844b11a627c54ac2ef7c8.tar.gz spack-78b84e4adecc18f8e92844b11a627c54ac2ef7c8.tar.bz2 spack-78b84e4adecc18f8e92844b11a627c54ac2ef7c8.tar.xz spack-78b84e4adecc18f8e92844b11a627c54ac2ef7c8.zip |
performance: don't recompute hashes when regenerating environments
`ViewDescriptor.regenerate()` was copying specs and stripping build
dependencies, which clears `_hash` and other cached fields on concrete
specs, which causes a bunch of YAML hashes to be recomputed.
- [x] Preserve the `_hash` and `_normal` fields on stripped specs, as
these will be unchanged.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions