jvolkman / rules_pycross

Bazel + Python rules for cross-platform external dependencies
Apache License 2.0
59 stars 22 forks source link

Bump repairwheel to 0.3.1 and pass the new --no-sys-paths param #102

Closed jvolkman closed 3 months ago

jvolkman commented 3 months ago

repairwheel >= 0.3 contains a breaking change that allows it to look at standard system lib paths by default. We don't want this for reproducibility reasons.