Malte Poll
Malte Poll
Hi @venomone. Thanks for providing some insights on your use case. The setup you are describing here is what I would describe as manual/custom provisioning. Sadly, Constellation does not yet...
Still blocked by https://github.com/bazelbuild/rules_proto/pull/168
Superseded by #3116
We need to wait for the next release of rules_proto, so the protoc binary is statically linked. See this failed attempt: https://github.com/bazelbuild/rules_proto/pull/168 What's really missing is for rules_proto and protobuf...
rules_proto has a new toolchain design and new releases do ship with statically linked protoc: https://github.com/bazelbuild/rules_proto/releases/tag/6.0.0 However, upgrading is still blocked by other dependencies not being compatible with this new...
I would expect that this is an issue with the command line parameters that qemu is started with. Maybe you can detect a misconfiguration by looking at the libvirt logs...
This is now finalized: https://kubernetes.io/blog/2022/12/12/kubernetes-release-artifact-signing/
Just a heads-up: This branch should be rebased before merge and bazel build files should be generated. [This document](https://github.com/edgelesssys/constellation/blob/main/dev-docs/workflows/build-test-run.md) has up-to-date information on the required tasks (`bazel run gazelle`).
This would also allow multiple users on the same machine to use `hermetic_cc_toolchain`. Currently, if I build as root once, the files in `/tmp/zig-cc` are owned by root and a...
One idea I had is implementing this first: https://github.com/bazelbuild/rules_go/issues/3646. It would allow bazeldnf to be build from sources (instead of shipping prebuilt binaries) but still have an isolated set of...