Pascal Bach
Pascal Bach
I second this. As svgcleaner is a binary it should include a `Cargo.lock` file. This is also recommended by the [Cargo Book FAQ](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries)
@mitorn The `npm.bbclass` in core use the bitbake fetcher to fetch all dependency. To use it `devtool` is pretty much a must as otherwise the dependency management is way to...
What warning exactly does bitbake give you? I think a static library should be packaged into the `-staticdev` package as it normaly would be.
I don't think we can guarantee the correct OpenSSL version in OE other than using the correct branch. (krogothkrogoth). I just checkend and for example Debian seems to be using...
+1 for 1.6.x
@realbigsean Once https://github.com/sigp/lighthouse/pull/2076 is merged `cargo vendor`will be tested in CI. The PR also contains a workaround that makes `cargo vendor`work on Github Actions by setting `CARGO_HOME=$(readlink -f $HOME)`.
Let me know if you need help with bringing these into openembedded.
Changing this on the client side is currently not an option as I can't patch every kubelet. Currently this issue is preventig me from properly implementing a [Kubernetes Device plugin](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)...
@saschagrunert I think only checking for `.sock` is kind of brittle, there is nothing forcing a socket to end with `.sock`. A better heuristic might be to check for a...
@arthurlm I think logging it makes a lot of sense.