Skip to content

Commit e8e909c

Browse files
committed
enable distcheck for aarch64-apple-darwin
1 parent 06b13d5 commit e8e909c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,19 @@ auto:
534534
CODEGEN_BACKENDS: llvm,cranelift
535535
<<: *job-macos
536536

537+
- name: aarch64-apple-distcheck
538+
env:
539+
SCRIPT: >-
540+
./x.py test distcheck
541+
--host=aarch64-apple-darwin
542+
--target=aarch64-apple-darwin
543+
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
544+
# supports the hardware.
545+
MACOSX_DEPLOYMENT_TARGET: 11.0
546+
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
547+
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
548+
<<: *job-macos
549+
537550
- name: aarch64-apple
538551
env:
539552
SCRIPT: >

0 commit comments

Comments
 (0)