Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 870 Bytes

Rust CI

The Infrastructure team maintains the rust-lang/rust Continuous Integration, which lives in the workflows directory.

The terraform/rust-ci module provisions some resources used by the CI:

  • The rust-lang-ci-sccache2 S3 bucket, used to store sscache compilation artifacts to speed up the rustc compile time and served by Cloudfront CDN at ci-caches.rust-lang.org.
  • The rust-lang-ci2 S3 bucket, used to store compilation artifacts and served by Cloudfront CDN at ci-artifacts.rust-lang.org.

How-to Guides