diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-01-18 15:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 08:25:48 -0600 |
commit | 3bc943ae518dbc9380c0c065c4900c466d747d3b (patch) | |
tree | 22aa5729096f13e9c40592c0099781af19ba3557 /bin | |
parent | 548aa21b18a1f63ba64c0b23e6fe772a36455311 (diff) | |
download | spack-3bc943ae518dbc9380c0c065c4900c466d747d3b.tar.gz spack-3bc943ae518dbc9380c0c065c4900c466d747d3b.tar.bz2 spack-3bc943ae518dbc9380c0c065c4900c466d747d3b.tar.xz spack-3bc943ae518dbc9380c0c065c4900c466d747d3b.zip |
Remove verbose warning message from _try_install_from_binary_cache (#34994)
In the past we checked remote binary mirrors for existence of a spec
before attempting to download it. That changed to only checking local
copies of index.jsons (if available) to prioritize certain mirrors where
we expect to find a tarball. That was faster for CI since fetching
index.json and loading it just to order mirrors takes more time than
just attempting to fetch tarballs -- and also if we have a direct hit
there's no point to look at other mirrors.
Long story short: the info message only makes sense in the old version
of Spack, so it's better to remove it.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions