rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Add sim_arm64 to ios_multi_cpus in tests

Open keith opened this issue 3 years ago • 2 comments

This makes it so whatever host arch we're running on there is a matching slice. We cannot remove this flag and just take the default because test implementations depend on parsing the ios_multi_cpus flag to get the archs. Without this tests that try to actually run fail on M1 machines because they were built for x86_64.

keith avatar Mar 15 '22 04:03 keith

Lyft integration job started: https://buildkite.com/lyft/rules-apple/builds/455 (must be Lyft employee to view)

lyft-lint-bot avatar Mar 15 '22 04:03 lyft-lint-bot

This breaks the consumers of current_archs because it would need to strip the sim_ prefix

keith avatar Mar 15 '22 04:03 keith