From 5b99fcd043fb177c757391b4a25adc3831208d86 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 25 Feb 2026 13:49:49 +0100 Subject: [PATCH] Revert "Move aarch64-apple dist builder to dynamic llvm linking and enable autodiff in CI for it" This reverts commit c033de932ec6f46ccb1fd14bf848aec0bc88eece. --- src/ci/github-actions/jobs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c06c85513856b..0687d142a3504 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -504,7 +504,7 @@ auto: - name: dist-aarch64-apple env: SCRIPT: >- - ./x.py dist bootstrap enzyme + ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin @@ -513,7 +513,6 @@ auto: --enable-sanitizers --enable-profiler --set rust.jemalloc - --set llvm.link-shared=true --set rust.lto=thin --set rust.codegen-units=1 # Aarch64 tooling only needs to support macOS 11.0 and up as nothing else