Limit the number of spec files downloaded to find matches for buildcaches (#14659)

* Limit the number of spec flies downloaded to find matches
This commit is contained in:
Patrick Gartung
2020-01-30 10:56:10 -06:00
committed by GitHub
parent a5b2347cfe
commit 23a7feb917
5 changed files with 29 additions and 25 deletions

View File

@@ -400,7 +400,7 @@ _spack_buildcache_install() {
_spack_buildcache_list() {
if $list_options
then
SPACK_COMPREPLY="-h --help -l --long -L --very-long -v --variants -f --force"
SPACK_COMPREPLY="-h --help -l --long -L --very-long -v --variants -f --force -a --arch"
else
_all_packages
fi