Skip to content

Commit f027366

Browse files
committed
document DIST_TRY_BUILD
1 parent 822c320 commit f027366

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ envs:
6161

6262
try:
6363
<<: *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.
6470
DIST_TRY_BUILD: 1
6571

6672
auto:

0 commit comments

Comments
 (0)