Commit 49d180f
authored
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.1 parent f56fe42 commit 49d180f
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
535 | 546 | | |
536 | 547 | | |
537 | 548 | | |
| |||
0 commit comments