crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

sccache support? #16

Closed epage closed 4 years ago

epage commented 5 years ago

Larger projects/organizations might also want to try using sccache, which doesn't need to load all the cached content initially; it does require an S3 or equivalent setup, though. Here is how wasm-bindgen does it.

From killercup

jonhoo commented 5 years ago

cc @killercup

jonhoo commented 4 years ago

Closing this in favor of #78.