Skip to content

Commit 3e6e0d1

Browse files
committed
Auto merge of #157240 - sgasho:enable_enzyme, r=ZuseZ4
Enable Enzyme for aarch64-apple-darwin Enable Enzyme for aarch64-apple-darwin. I linked LLVM dynamically on MacOS on the PR: #157205 We can use Enzyme since the PR landed. r? @ZuseZ4
2 parents 4f84d9f + 832388a commit 3e6e0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ auto:
517517
- name: dist-aarch64-apple
518518
env:
519519
SCRIPT: >-
520-
./x.py dist bootstrap
520+
./x.py dist bootstrap enzyme
521521
--include-default-paths
522522
--host=aarch64-apple-darwin
523523
--target=aarch64-apple-darwin

0 commit comments

Comments
 (0)