hylo icon indicating copy to clipboard operation
hylo copied to clipboard

Cache llvm and clang download

Open WalterSmuts opened this issue 1 year ago • 1 comments

Currently this looks like it's not worth it at all. The documentation claims the cache improves the step from ~1min to 20 seconds but I'm seeing 57s without cache and 1m48s with cache.

This also contains DIY caching of the windows curl LLVM download command resulting in 3s without cache and 11s with the caching. Looks like the cache servers are just pretty slow.

commit 349c742cd9488390ee02c02e86b5a13c647324fd
Author: Walter Smuts <[email protected]>
Date:   Mon Sep 4 12:58:54 2023 +0200

    Cache llvm and clang download

    Partially fixes: https://github.com/hylo-lang/hylo/issues/951

WalterSmuts avatar Sep 04 '23 12:09 WalterSmuts