mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 06:35:30 +00:00
Do not build docs in try builds This PR adds a new environment variable to the optimized build Python script, which causes it to ignore certain parts of the final `dist` build (mainly docs) in try builds. This reduces the duration of try builds by ~10 minutes.