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 cf577f3 commit 517c0d0Copy full SHA for 517c0d0
src/ci/github-actions/jobs.yml
@@ -83,7 +83,7 @@ envs:
83
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
84
#
85
# If you *want* these to happen however, temporarily uncomment it before triggering a try build.
86
- DIST_TRY_BUILD: 1
+# DIST_TRY_BUILD: 1
87
88
auto:
89
<<: *production
@@ -554,6 +554,7 @@ auto:
554
--enable-full-tools
555
--enable-profiler
556
--set rust.codegen-units=1
557
+ --set rust.lto=thin
558
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
559
DIST_REQUIRE_ALL_TOOLS: 1
560
CODEGEN_BACKENDS: llvm,cranelift
0 commit comments