We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f02672c + 5b99fcd commit 7aa4f04Copy full SHA for 7aa4f04
1 file changed
src/ci/github-actions/jobs.yml
@@ -504,7 +504,7 @@ auto:
504
- name: dist-aarch64-apple
505
env:
506
SCRIPT: >-
507
- ./x.py dist bootstrap enzyme
+ ./x.py dist bootstrap
508
--include-default-paths
509
--host=aarch64-apple-darwin
510
--target=aarch64-apple-darwin
@@ -513,7 +513,6 @@ auto:
513
--enable-sanitizers
514
--enable-profiler
515
--set rust.jemalloc
516
- --set llvm.link-shared=true
517
--set rust.lto=thin
518
--set rust.codegen-units=1
519
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
0 commit comments