File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,19 @@ auto:
481481 SCRIPT : ./x.py dist bootstrap --include-default-paths --host='' --target=$TARGETS
482482 # Mac Catalyst cannot currently compile the sanitizer:
483483 # https://github.com/rust-lang/rust/issues/129069
484- RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
484+ #
485+ # And tvOS and watchOS don't currently support the profiler runtime:
486+ # https://github.com/rust-lang/rust/issues/152426
487+ RUST_CONFIGURE_ARGS : >-
488+ --enable-sanitizers
489+ --enable-profiler
490+ --set rust.jemalloc
491+ --set target.aarch64-apple-ios-macabi.sanitizers=false
492+ --set target.x86_64-apple-ios-macabi.sanitizers=false
493+ --set target.aarch64-apple-tvos.profiler=false
494+ --set target.aarch64-apple-tvos-sim.profiler=false
495+ --set target.aarch64-apple-watchos.profiler=false
496+ --set target.aarch64-apple-watchos-sim.profiler=false
485497 # Ensure that host tooling is built to support our minimum support macOS version.
486498 # FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
487499 MACOSX_DEPLOYMENT_TARGET : 10.12
You can’t perform that action at this time.
0 commit comments