Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…4\#issue-396782772. Attempting to get reproducible .so files in whls
  • Loading branch information
Jonathon Belotti committed May 14, 2019
1 parent be39b79 commit b51276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_python/piptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def main():
args = parser.parse_args()

# https://github.com/pypa/pip/blob/6af9de97bbd2427f82942e476c590a2db22ea1ff/src/pip/_internal/__init__.py#L54
if pip_main(["wheel", "-w", args.directory, "-r", args.input]):
if pip_main(["wheel", "-b", "/tmp/pip-build", "-w", args.directory, "-r", args.input]):
sys.exit(1)

# Enumerate the .whl files we downloaded.
Expand Down

0 comments on commit b51276d

Please sign in to comment.