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.
1 parent 6c7d08e commit 817447cCopy full SHA for 817447c
1 file changed
src/ci/github-actions/jobs.yml
@@ -549,6 +549,22 @@ auto:
549
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
550
<<: *job-macos
551
552
+ - name: aarch64-apple-distcheck-ci-llvm
553
+ env:
554
+ SCRIPT: >-
555
+ ./x.py test distcheck
556
+ --host=aarch64-apple-darwin
557
+ --target=aarch64-apple-darwin
558
+ DISTCHECK_CONFIGURE_ARGS: >-
559
+ --set llvm.download-ci-llvm=true
560
+ --set llvm.link-shared=true
561
+ # Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
562
+ # supports the hardware.
563
+ MACOSX_DEPLOYMENT_TARGET: 11.0
564
+ MACOSX_STD_DEPLOYMENT_TARGET: 11.0
565
+ DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
566
+ <<: *job-macos
567
+
568
- name: aarch64-apple
569
env:
570
SCRIPT: >
0 commit comments