rules_apple
rules_apple copied to clipboard
Add sim_arm64 to ios_multi_cpus in tests
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.
Lyft integration job started: https://buildkite.com/lyft/rules-apple/builds/455 (must be Lyft employee to view)
This breaks the consumers of current_archs because it would need to strip the sim_ prefix