Skip to content

Commit a6bc605

Browse files
committed
cleanup comment
1 parent 2b30b54 commit a6bc605

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/private/pypi/pep508_env.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ platform_machine_aliases = {
2727
"i686": "x86_32",
2828
}
2929

30-
# TODO: there are many cpus and unfortunately, it doesn't look like
31-
# the value is directly accessible to starlark. It might be possible to
32-
# get it via CcToolchain.cpu though.
30+
# NOTE: There are many cpus, and unfortunately, the value isn't directly
31+
# accessible to Starlark. Using CcToolchain.cpu might work, though.
3332
platform_machine_select_map = {
3433
"@platforms//cpu:aarch32": "aarch32",
3534
"@platforms//cpu:aarch64": "aarch64",

0 commit comments

Comments
 (0)