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 1a2b57b commit 0b84a45Copy full SHA for 0b84a45
1 file changed
src/ci/github-actions/jobs.yml
@@ -83,7 +83,9 @@ pr:
83
- image: dist-apple-various
84
env:
85
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
86
- RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
+ # Mac Catalyst cannot currently compile the sanitizer:
87
+ # TODO: New issue?
88
+ RUST_CONFIGURE_ARGS: --enable-sanitizer --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
89
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
90
MACOSX_DEPLOYMENT_TARGET: 10.12
91
SELECT_XCODE: /Applications/Xcode_14.3.1.app
0 commit comments