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
fix(multiplatform): Add i386 Linux support (#1999)
Enable i386 Linux platform detection support.
Without this change `rules_python` complains about an unrecognized
platform when run on a 32-bit platform, e.g. where `os.uname().machine`
returns `i686`. This effectively makes `rules_python` unusable on 32-bit
platforms.
0 commit comments