Skip to content

Commit c033de9

Browse files
ZuseZ4sgasho
andcommitted
Move aarch64-apple dist builder to dynamic llvm linking and enable autodiff in CI for it
Co-authored-by: sgasho <SuganoShota1999@gmail.com>
1 parent 4bf4ff1 commit c033de9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ auto:
504504
- name: dist-aarch64-apple
505505
env:
506506
SCRIPT: >-
507-
./x.py dist bootstrap
507+
./x.py dist bootstrap enzyme
508508
--include-default-paths
509509
--host=aarch64-apple-darwin
510510
--target=aarch64-apple-darwin
@@ -513,6 +513,7 @@ auto:
513513
--enable-sanitizers
514514
--enable-profiler
515515
--set rust.jemalloc
516+
--set llvm.link-shared=true
516517
--set rust.lto=thin
517518
--set rust.codegen-units=1
518519
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else

0 commit comments

Comments
 (0)