Hi all,
I am a total noob when it comes to bazel and tensorflow. I would like to produce a wheel for a custom llvm toolchain using musl. The build system is ubuntu based so glibc. How do I achieve this? Thanks a lot!
Cheers,
Cosmin
Hi all,
I am a total noob when it comes to bazel and tensorflow. I would like to produce a wheel for a custom llvm toolchain using musl. The build system is ubuntu based so glibc. How do I achieve this? Thanks a lot!
Cheers,
Cosmin
Hi @Cosmin_Basca, Building TensorFlow with a custom musl-based LLVM toolchain on Ubuntu involves cross-compilation.
--config=musl ) to your .bazelrc file