Malte Poll
Malte Poll
**Is your feature request related to a problem? Please describe.** Upgrading rules_go and the Go toolchain version is not straightforward when using a Go toolchain from rules_nixpkgs. The APIs used...
**Is your feature request related to a problem? Please describe.** rules_pkg depends on a rpmbuild toolchain to be available to package binaries as rpms in the [pkg_rpm rule](https://github.com/bazelbuild/rules_pkg/blob/main/docs/latest.md#pkg_rpm). There is...
**Describe the bug** When using remote execution as described [in the tutorial](https://github.com/tweag/rules_nixpkgs/blob/master/docs/remote-execution-tutorial.md), go builds fail with the following message: ``` INFO: Remote execution message for GoToolchainBinaryBuild @go_sdk//:builder: Action details (uncached...
Systemd measures into various PCRs from userspace. An up to date list can be found [here](https://uapi-group.org/specifications/specs/linux_tpm_pcr_registry/). Interesting entries are those marked as `Userspace`. For some time, those measurements were not...
rules_go added a SIGTERM handler that adds a leaking goroutine to test cases: https://github.com/bazelbuild/rules_go/pull/3749 > goleak will come with a default ignorelist entry in the future as far as I...
### What do you want to happen? This may be seen as an extension to #2627. I want projects to not place webhook handlers and envtests in the api folder....
Uutils has a musl release artifact for linux amd64. In the future, it should probably also be possible to add a aarch64 musl toolchain. At the moment, this is not...
### What happened? Similar to the issues with bsdtar, the coreutils toolchain currently used (from uutils) is linking against glibc on Linux. This fails on some platforms (including NixOS) and...
### What is the current behavior? Currently, rules like `diff_test` (and rules that use it, including `write_source_files`) expect `diff` to be in the PATH. This fails on NixOS (and platforms...
Nice project! I was wondering if you support any kind of sandboxing out of the box (similar to Bazel’s [Linux sandbox](https://github.com/bazelbuild/bazel/blob/master/src/main/tools/linux-sandbox.cc)). Otherwise, do you have any suggestions on sandboxing? I...