|
|
|
|
|
by fxfan
2728 days ago
|
|
There's a lot of discussion of bazel and co inside sub-comments but i have a question that isn't addressed- How do the "global build tools" play with language specific build tools? My primary stack is Rust and Scala. Both have excellent build capabilities in their native tools. How well do pants/bazel integrate with them? I wouldn't want to rewrite complex builds nor would I expect these tools to have 100% functionality of native ones. |
|
I know the Scala rules are used in production by multiple companies. Rust support is improving quickly, but it's not perfect. See the dedicated GitHub repositories for more information.
(I work on Bazel)