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...
I suddenly caused a SIGSEGC in libtss2-esys.so.0 rust-lldb output with unimportant stuff omitted ``` running 1 test Process 2162779 stopped and restarted: thread 2 received signal: SIGCHLD Process 2162779 stopped...
**NOTE:** this is experemental. do not merge yet! # Description 1. Do not prune builtkit builder for parallel build For parallel build buildkit builder may be used by other targets,...
# Description **NOTE:** please read detailed description of changes in commit descriptions **NOTE 2**: this PR do not switch between partitions automatically and booting into `IMGC` will trigger watchdog after...
### Problem description Currently /cert endpoint send all available certificates at once and doesn't use any compression. Certificate chain may be very big and consume a lot of network traffic....