▲ | vlovich123 5 days ago | |
I can only relate to you what I’ve observed. Engineers were hired to rewrite the Make-based system into Bazel and maintain it for single executable distributed to the edge. I’ve also observed this for embedded applications and other stuff. I’m not sure why you’re dismissing it as something else without knowing any of the details or presuming I don’t know what I’m talking about. | ||
▲ | AdieuToLogic 3 days ago | parent [-] | |
>>> You have a team of 20 engineers on a project you want to maintain velocity on. With that many coooks, you have patches on top of patches of your build system ... >> The scenario you are describing does not make sense for the commonly accepted industry definition of "build system." > I’m not sure why you’re dismissing it as something else without knowing any of the details or presuming I don’t know what I’m talking about. My apologies for what I wrote giving the impression of being dismissive or implying an assessment of your knowledge. This was not my intent and instead was my expression of incredulity for a build definition requiring 20 engineers to maintain. Perhaps I misinterpreted the "cooks" responsible for build definition maintenance as being all of those 20 engineers. If so, I hope you can see how someone not involved in your project could reach this conclusion based on the quote above. Still and all, if this[0] is the Bazel build tool you reference and its use is such that:
Then the questions I would ask of the project members/stakeholders are:
EDIT:To clarify the rationale behind questions #2 and #3: Build definitions are production code, because if the system cannot be built, then it cannot be released. Test suites are production code, because if tests fail, then the build should fail and the system cannot be released. |