We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4927600 commit d9f4d42Copy full SHA for d9f4d42
src/ci/github-actions/jobs.yml
@@ -97,6 +97,22 @@ pr:
97
<<: *job-linux-16c
98
- image: x86_64-gnu-tools
99
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
116
117
# Jobs that run when you perform a try build (@bors try)
118
# These jobs automatically inherit envs.try, to avoid repeating
0 commit comments