Skip to content

Commit 78ec4ab

Browse files
committed
Change what is the bottleneck
1 parent 64b3f93 commit 78ec4ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/infra/docs/rustc-ci.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ The large CI run times and requirement for a large builder pool is worth it beca
9292

9393
Bors [runs on ecs](https://github.com/rust-lang/simpleinfra/blob/master/terraform/bors/app.tf) and uses a sqlite database running in a volume as storage.
9494

95-
[^1]: As of December 2022, the bottleneck are the macOS builders. Hopefully faster macOS builders will be coming soon!
95+
[^1]: As of January 2023, the bottleneck are the `dist-x86_64-linux` and `dist-x86_64-linux-alt` runners because of their usage of [BOLT] and [PGO] optimization tooling.
9696

9797
[bors]: https://github.com/bors
9898
[homu]: https://github.com/rust-lang/homu
9999
[homu-queue]: https://bors.rust-lang.org/queue/rust
100100
[rust-lang-ci/rust]: https://github.com/rust-lang-ci/rust
101+
[BOLT]: https://github.com/facebookincubator/BOLT
102+
[PGO]: https://en.wikipedia.org/wiki/Profile-guided_optimization
101103

102104
### Rollups
103105

0 commit comments

Comments
 (0)