Use AWS CloudFront for source mirror (#23978)
Spack's source mirror was previously in a plain old S3 bucket. That will still work, but we can do better. This switches to AWS's CloudFront CDN for hosting the mirror. CloudFront is 16x faster (or more) than the old bucket. - [x] change mirror to https://mirror.spack.io
This commit is contained in:
parent
031ef00a1f
commit
6fc0e8dc9b
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
mirrors:
|
||||
spack-public: https://spack-llnl-mirror.s3-us-west-2.amazonaws.com/
|
||||
spack-public: https://mirror.spack.io
|
||||
|
|
Loading…
Reference in a new issue