Skip to content

Commit 817447c

Browse files
committed
add distcheck job with llvm.download-ci-llvm=true
1 parent 6c7d08e commit 817447c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,22 @@ auto:
549549
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
550550
<<: *job-macos
551551

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+
552568
- name: aarch64-apple
553569
env:
554570
SCRIPT: >

0 commit comments

Comments
 (0)