rules_closure icon indicating copy to clipboard operation
rules_closure copied to clipboard

Implement architecture-independent fallback in repositories.bzl

Open brunoalr opened this issue 7 years ago • 0 comments

Archictecture-dependent binaries such as protoc limits portability to different targets (namely, I'm interested in Tensorflow ppc64le builds). I tried replacing x64 binaries with ppc64 in the cached dirs and managed to compile Tensorflow (see https://github.com/tensorflow/tensorflow/issues/10306).

I could gladly send a pull request that does so, but I need some help to get a better understanding of bazel first, if that's possible.

brunoalr avatar Jun 02 '17 17:06 brunoalr