We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822c320 commit f027366Copy full SHA for f027366
src/ci/github-actions/jobs.yml
@@ -61,6 +61,12 @@ envs:
61
62
try:
63
<<: *production
64
+ # The following env var activates faster `try` builds in `opt-dist` by, e.g.
65
+ # - building only the more commonly useful components (we rarely need e.g. rust-docs in try
66
+ # builds)
67
+ # - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
68
+ #
69
+ # If you *want* these to happen however, temporarily uncomment it before triggering a try build.
70
DIST_TRY_BUILD: 1
71
72
auto:
0 commit comments