Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-alweheshy authored and Karim Alweheshy committed Mar 1, 2024
1 parent babdaad commit 56f3a5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rules/transition_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ _PLATFORM_TYPE_TO_CPUS_FLAG = {
"watchos": "//command_line_option:watchos_cpus",
}

# TODO: Should be loaded from bazel_build_apple_support when we migrate to v1.10.0
# Could not load it directly from bazel_build_apple_support
# As we support multiple versions of rules_apple_support
# Where some don't have the file. So we copied it
# As we support multiple versions of rules_apple_support (v2 and v3)
# Where <v3.1.0 don't have the updated dependency. So we copied it
# https://github.com/bazelbuild/apple_support/blob/d87e8b07f3345e750834dbb6ce38c7c7d3b8b44b/configs/platforms.bzl#L108
_CPU_TO_DEFAULT_PLATFORM_NAME = {
"darwin_arm64": "macos_arm64",
Expand Down

0 comments on commit 56f3a5f

Please sign in to comment.