We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93257e2 + a832199 commit 359c9afCopy full SHA for 359c9af
src/ci/github-actions/jobs.yml
@@ -90,7 +90,7 @@ envs:
90
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
91
#
92
# If you *want* these to happen however, temporarily comment it before triggering a try build.
93
- DIST_TRY_BUILD: 1
+ #DIST_TRY_BUILD: 1
94
95
auto:
96
<<: *production
@@ -581,6 +581,8 @@ auto:
581
--enable-full-tools
582
--enable-profiler
583
--set rust.codegen-units=1
584
+ --set rust.lto=thin
585
+ --set rust.debuginfo-level=1
586
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
587
DIST_REQUIRE_ALL_TOOLS: 1
588
CODEGEN_BACKENDS: llvm,cranelift
0 commit comments