From 310bfad291cc0ff04a86fa1510a46f7ebdbe3644 Mon Sep 17 00:00:00 2001 From: sgasho Date: Thu, 4 Jun 2026 00:40:11 +0900 Subject: [PATCH 1/2] Enable Enzyme for x86_64-apple --- src/ci/github-actions/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index f58b385db87ac..74f1a0abdde8e 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -474,7 +474,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 From 34e0561ec6c5ff9d6df47491a4dbee71d9d48e1e Mon Sep 17 00:00:00 2001 From: sgasho Date: Thu, 4 Jun 2026 01:16:35 +0900 Subject: [PATCH 2/2] bump download-ci-llvm-stamp --- src/bootstrap/download-ci-llvm-stamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp index eb3f664e51b35..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/157557 +Last change is for: https://github.com/rust-lang/rust/pull/157385