Build system #24
alecandido
started this conversation in
General
Replies: 1 comment
Nix + BazelThis combo has a special place, because it is already battle-tested by Tweag. https://www.tweag.io/blog/2022-12-15-bazel-nix-migration-experience/ Personally, I have no problem in integrating even more with Nix, it would only make me happier. But I'm aware that's not the case for everyone. Moreover, this requires (me in the first place) to accept using Bazel... It's definitely a viable and powerful option, which would provide hermetic and reproducible builds. I still wonder whether it is over-complicated to set up, and how much complexity will also be smashed in the face of every developer... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is triggered by C/C++ need for a build system, but once we introduce a polyglot one, we could well use it to build every possible target.
The players in this game are:
All reactions