Tony Aiuto
Tony Aiuto
- Create agent "flavor" flags (none, fips, heroku) - These can be used from the command line to install different pieces of the agent as needed. - Use the distinction...
### What does this PR do? - Build dbus as a static library. - Link it right into openscap.so - prune the dbus .h files from the distribution ### Motivation...
Allow nghttp2 to export a shared library so that we can link the curl binary dynamically against it.
Allow nghttp2 to export a shared library so that we can link the curl binary dynamically against it. - Use case in the curl PR. https://github.com/DataDog/datadog-agent/pull/42546/ After building curl, we...
Trying to pre-download bazel versions to our CI images and developer machines that need to work offline. ``` BAZELISK_BASE_URL=file:///shared/bazel/versions USE_BAZEL_VERSION=8.2.1 ``` ``` $ bazelisk version 2025/08/01 00:18:30 Downloading file:///shared/bazel/versions/8.2.1/bazel-8.2.1-darwin-arm64... 2025/08/01...
Version 2.x of this package is version 1 with the addition of providers that are compatible with `github.com/bazel-contrib/supply-chain`. This provides a slow migration path where you can use supply-chain tools...
Q: Why? We could get this from the rpm source code. A: Building RPM pulls in too many dependencies. This is a reference. implementation for now. For real use we...
## GoaI I want to construct a tree like ``` /lib/foo.so.1.2.3 /lib/foo.so -> foo.so.1.2.3 ``` I would produce `foo.so.1.2.3` with a `cc_shared_library` or `cc_binary`. I use `pkg_files` to locate that...