diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-10 17:28:14 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-31 13:48:01 -0800 |
commit | 58cb4e5241dc5f1f707e4fbaad59759d4b982535 (patch) | |
tree | 71ed8b79ac71e6725f51867701b450d87a153eef /var | |
parent | 5ddbd2fa6c29c3cae4c9cb56dfcfb53f86fce564 (diff) | |
download | spack-58cb4e5241dc5f1f707e4fbaad59759d4b982535.tar.gz spack-58cb4e5241dc5f1f707e4fbaad59759d4b982535.tar.bz2 spack-58cb4e5241dc5f1f707e4fbaad59759d4b982535.tar.xz spack-58cb4e5241dc5f1f707e4fbaad59759d4b982535.zip |
hooks: remove pre_run hook to improve startup time.
- Remove legacy yaml_version_check() hook
- Remove the pre_run hook from `hook/__init__.py` and `main.py`
We want to discourage the use of pre-run hooks because they have to run
at startup. To keep Spack fast, we should do things like this lazily
instead of in hooks that require spidering directories full of modules.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions