Skip to content

Commit d9f4d42

Browse files
committed
(DO NOT MERGE) check #131876 on aarch64-apple
1 parent 4927600 commit d9f4d42

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/ci/github-actions/jobs.yml

+16
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@ pr:
9797
<<: *job-linux-16c
9898
- image: x86_64-gnu-tools
9999
<<: *job-linux-16c
100+
- image: aarch64-apple
101+
env:
102+
SCRIPT: ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin
103+
RUST_CONFIGURE_ARGS: >-
104+
--enable-sanitizers
105+
--enable-profiler
106+
--set rust.jemalloc
107+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
108+
SELECT_XCODE: /Applications/Xcode_14.3.1.app
109+
USE_XCODE_CLANG: 1
110+
MACOSX_DEPLOYMENT_TARGET: 11.0
111+
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
112+
NO_LLVM_ASSERTIONS: 1
113+
NO_DEBUG_ASSERTIONS: 1
114+
NO_OVERFLOW_CHECKS: 1
115+
<<: *job-macos-m1
100116

101117
# Jobs that run when you perform a try build (@bors try)
102118
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)