Walter Gray
Walter Gray
Support for bazel is really sadly lacking. There's no python support included, and the `srcs` attribute of `flatbuffers_build_public` is broken when `srcs` contains labels referencing file groups. The version, which...
This is a request/discussion issue: I feel the documentation around how to do this well is somewhat minimal. If there are known best practices, it'd be really nice to document...
I'm attempting to run *only* the generate step of a cmake project, not actually build any targets, in order to generate a file created by `configure_file`. My best guess is...
https://github.com/fmtlib/fmt provides a mature, well tested, and extremely fast implementation that would avoid potential format conversion problems.
When building libraries with dependencies, such as curl & OpenSSL, I've found this to be necessary. It would have been useful to me to have this documented.
Adds an attribute guarding the creation of the header output group. By generating this group, the rule was triggering the execution of any dependent build rule which output an included...
The compile_commands.json file supports an 'arguments' list instead of a single 'command' string. The forms both valid, but arguments is preferred since it reduces problems with string escaping and can...
I've been attempting to switch our CI system over to UV, and after doing so we began encountering a relatively high failure rate. Investigating, it appears that there is a...
Related to https://github.com/astral-sh/uv/issues/3512 When builds fail, it appears that uv cache can get into a corrupted state where a particular directory exists, and is owned, but is missing +rx permissions...
Tested with uv 0.1.41 While looking for workarounds to https://github.com/astral-sh/uv/issues/3512, I experimented with using --no-cache. In our case, this actually *increased* the failure rate, as we use a local artifactory...