Malte Poll

Results 48 issues of Malte Poll

The perl binaries included in the toolchains are not static binaries. Instead, they link against a number of libraries: ```shell-session ldd perl linux-vdso.so.1 (0x00007ffc8a09a000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f525fd82000) libdl.so.2 =>...

### What version of rules_go are you using? v0.39.0 ### What version of gazelle are you using? v0.30.0 ### What version of Bazel are you using? v6.1.0 ### Does this...

I think I identified a missing feature that many users of dnf would benefit from: Let's say I have a build system that uses my source code to bundle an...

### Context In preparation for GPU support, we need to add a new region for SEV-SNP on Azure. ### Proposed change(s) - image: replicate Azure images in eastus2 ### Checklist...

### Context Updates Bazel rules, Bazel itself and the Nix flake. ### Proposed change(s) - deps: Bazel related dependencies ### Checklist - [x] Run the E2E tests that are relevant...

dependencies

### Context Newly observed value for PCR0 due to a rollout of fresh firmware on AWS. ### Proposed change(s) - attestation: upgrade expected AWS SEV-SNP firmware

Upstream release: https://github.com/bazelbuild/rules_proto/releases/tag/5.3.0-21.7 ### Proposed change(s) - update rules_proto to v5.3.0 ### Related issue - [Upstream PR to use hermetic / statically linked protoc](https://github.com/bazelbuild/rules_proto/pull/168) ### Additional info - Breaks build...

dependencies
hold

I'm in the process of planning a migration of my teams monorepo from bazel WORKSPACE to [bzlmod](https://bazel.build/docs/bzlmod). Bazeldnf is one dependency that does not yet support bzlmod. If you are...

This is the first step towards enabling bzlmod support. On this branch, you can add the following to your .bazelrc (or add it to your `bazel build` flags): .bazelrc ```...

One pattern I am trying to accomplish is as follows: - use distributions bootstrapping mechanism - debootstrap - dnf --installroot - apk --root - try to get hashes from generated...

question