Skip to content

Commit

Permalink
docs: document rust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Oct 2, 2024
1 parent a0174b2 commit e916b41
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions service-catalog/rust-ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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. Served by Cloudfront CDN at `ci-caches.rust-lang.org`.
- the `rust-lang-ci2` S3 bucket, used to store compilation artifacts. Served by Cloudfront CDN at `ci-artifacts.rust-lang.org`.

[sscache]: https://github.com/mozilla/sccache
[terraform/rust-ci]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/rustc-ci
[rust-lang/rust]: https://github.com/rust-lang/rust/
[workflows]: https://github.com/rust-lang/rust/tree/master/.github/workflows

0 comments on commit e916b41

Please sign in to comment.