-
Notifications
You must be signed in to change notification settings - Fork 743
Please use a cache to retrieve llvm tarballs #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure, happy to, thanks for the heads-up. I'll try to make it work using https://docs.travis-ci.com/user/caching/#Arbitrary-directories, but let me know if there's any repo I could look at to verify it works. |
emilio
added a commit
to emilio/rust-bindgen
that referenced
this issue
Aug 9, 2017
Merged
emilio
added a commit
to emilio/rust-bindgen
that referenced
this issue
Aug 9, 2017
emilio
added a commit
to emilio/rust-bindgen
that referenced
this issue
Aug 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We, LLVM, have a few issues with people downloading llvm or clang every run of the CI.
See http://lists.llvm.org/pipermail/llvm-dev/2016-May/100303.html
or http://lists.llvm.org/pipermail/llvm-dev/2017-May/113269.html
I know you are not using apt.llvm.org but this still has an important impact to download 216mo at each run of the CI
Done here:
https://github.com/rust-lang-nursery/rust-bindgen/blob/master/ci/before_install.sh#L13
The text was updated successfully, but these errors were encountered: