diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-01-19 17:10:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 17:10:03 +0100 |
commit | 00c4efb96e56bf62d3dc6c91be9636d62123e4ba (patch) | |
tree | 030654a1ddccfec243f438528f7b942b3cd462f8 /var | |
parent | edc8a5f24964daa404a49edfd5d539b1ca808ae0 (diff) | |
download | spack-00c4efb96e56bf62d3dc6c91be9636d62123e4ba.tar.gz spack-00c4efb96e56bf62d3dc6c91be9636d62123e4ba.tar.bz2 spack-00c4efb96e56bf62d3dc6c91be9636d62123e4ba.tar.xz spack-00c4efb96e56bf62d3dc6c91be9636d62123e4ba.zip |
environment.py: remove symlinking of logs (#42148)
The piece of code that is removed in this PR predates environment views.
Spack would symlink build logs in `<env>/.spack-env/logs/*`, but this is
redundant because:
1. Views already add `<prefix>/.spack` (and there's logic there to avoid
clashes)
2. The code was broken anyways: it would only symlink the logs of
environment roots, not their deps, even if they were just built.
If users disable views, I'm pretty sure they're not waiting for
`.spack-env/logs` either. So, imo we can delete this code, and it was
probably overlooked in the past.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions