Michael Malyshev
Michael Malyshev
I tried to install cargo-geiger on my machine 1. OS: win 10 pro 64 bit 2. rustc toolchain $ rustup toolchain list stable-x86_64-pc-windows-gnu stable-x86_64-pc-windows-msvc nightly-x86_64-pc-windows-gnu (default) nightly-x86_64-pc-windows-msvc It is probably...
**Description** Currently `cache push` assumes all images are multi platform images so it creates extra docker tags with `-` suffix. **Steps to reproduce the issue:** **Describe the results you received:**...
Highlights: - QEMU 8.0.4 - libgcc instead of musl **TODO:** - [ ] port CPU pinning patches @OhmSpectator is working on it - [ ] Some patches have to be...
When using `cargo vendor` a lot of unused dependencies are vendored. e.g. all crates related to Windows even though we are interested only in linux platform. The solution is to...
EVE rootfs is close t 250Mb in size. The obvious option is to increase a partition size but first let's try to get rid of unused files/tools/packages and strip debug...