-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Hi!
I am using your rules, and rules are awesome.
I have single small problem: on OSX I am building PEX binary and then put it to centos-based docker image.
As result, PEX image does not work because it includes OSX-based numpy/other libraries with C modules.
It would be great to provide some way to build PEX-binaries for target platform (ideally - handle "--cpu" flag from bazel, which used for cross-compile)
Thank you!