Skip to content

Commit

Permalink
Disable building sanitizers on Mac Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Aug 13, 2024
1 parent 1a2b57b commit 0b84a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ pr:
- image: dist-apple-various
env:
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
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
# Mac Catalyst cannot currently compile the sanitizer:
# TODO: New issue?
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
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.12
SELECT_XCODE: /Applications/Xcode_14.3.1.app
Expand Down

0 comments on commit 0b84a45

Please sign in to comment.