You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently toolchain_helpers.bzl assumes win_amd64 for all Windows toolchains. When using things like the i686-pc-windows-msvc 32-bit Windows toolchains, this results in 64-bit Windows wheels being incorrectly bundled.
Currently toolchain_helpers.bzl assumes
win_amd64for all Windows toolchains. When using things like the i686-pc-windows-msvc 32-bit Windows toolchains, this results in 64-bit Windows wheels being incorrectly bundled.