diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index eba55338ff826..2dfa04b5bfa7a 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -90,7 +90,7 @@ envs: # - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain # # If you *want* these to happen however, temporarily comment it before triggering a try build. - DIST_TRY_BUILD: 1 + #DIST_TRY_BUILD: 1 auto: <<: *production @@ -581,6 +581,8 @@ auto: --enable-full-tools --enable-profiler --set rust.codegen-units=1 + --set rust.lto=thin + --set rust.debuginfo-level=1 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 DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift