We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b30b54 commit a6bc605Copy full SHA for a6bc605
python/private/pypi/pep508_env.bzl
@@ -27,9 +27,8 @@ platform_machine_aliases = {
27
"i686": "x86_32",
28
}
29
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.
+# NOTE: There are many cpus, and unfortunately, the value isn't directly
+# accessible to Starlark. Using CcToolchain.cpu might work, though.
33
platform_machine_select_map = {
34
"@platforms//cpu:aarch32": "aarch32",
35
"@platforms//cpu:aarch64": "aarch64",
0 commit comments