Skip to content

Commit 0b84a45

Browse files
committed
Disable building sanitizers on Mac Catalyst
1 parent 1a2b57b commit 0b84a45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ pr:
8383
- image: dist-apple-various
8484
env:
8585
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
86+
# 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
8789
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
8890
MACOSX_DEPLOYMENT_TARGET: 10.12
8991
SELECT_XCODE: /Applications/Xcode_14.3.1.app

0 commit comments

Comments
 (0)