Skip to content

Commit d508fcf

Browse files
authored
Unrolled build for #153079
Rollup merge of #153079 - RalfJung:revert-macos-dyn, r=jieyouxu Revert "Move aarch64-apple dist builder to dynamic llvm linking" Reverts c033de9 (part of #152768) in order to fix #153077.
2 parents 69b7853 + 5b99fcd commit d508fcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 2 deletions
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 enzyme
507+
./x.py dist bootstrap
508508
--include-default-paths
509509
--host=aarch64-apple-darwin
510510
--target=aarch64-apple-darwin
@@ -513,7 +513,6 @@ auto:
513513
--enable-sanitizers
514514
--enable-profiler
515515
--set rust.jemalloc
516-
--set llvm.link-shared=true
517516
--set rust.lto=thin
518517
--set rust.codegen-units=1
519518
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else

0 commit comments

Comments
 (0)