diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp index 0fccbd7f659e2..b61c7b18bad01 100644 --- a/src/bootstrap/download-ci-llvm-stamp +++ b/src/bootstrap/download-ci-llvm-stamp @@ -1,4 +1,4 @@ Change this file to make users of the `download-ci-llvm` configuration download a new version of LLVM from CI, even if the LLVM submodule hasn’t changed. -Last change is for: https://github.com/rust-lang/rust/pull/157205 +Last change is for: https://github.com/rust-lang/rust/pull/157385 diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 6b6d560904a16..626c7fd017d0c 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -457,7 +457,7 @@ auto: - name: dist-x86_64-apple env: SCRIPT: >- - ./x.py dist bootstrap + ./x.py dist bootstrap enzyme --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin @@ -467,6 +467,7 @@ auto: --enable-profiler --disable-docs --set rust.jemalloc + --set llvm.link-shared=true --set rust.lto=thin --set rust.codegen-units=1 # Ensure that host tooling is built to support our minimum support macOS version.