Avi Deitcher
Avi Deitcher
> There is a --hash in pkg build which can help me. doh 😁
> HASH and HASHTAG and DIRTY from git shell commands Yes, the Makefile does all of that. The real irony is that `linuxkit pkg build` does all of the same...
> We don't need to change anything, IHMO Actually, I hope it will become much simpler. It will be entirely self-container in `pkg/installer` as a single container, making it easier....
#4248 is in. You should be able to rebase on that one. But... you should not have to change _anything_ except what is in `pkg/installer`. Everything outside of there should...
Thanks for the reminder @eriknordmark ; I commented.
That grows the size of the repository on disk by ~5%, and the amount to download by 10%: ```sh $ g clone https://github.com/lf-edge/eve.git Cloning into 'eve'... remote: Enumerating objects: 124047,...
> remote server I don't understand? I guess this is all because of the `network: no`, so rust cannot just download things?
FWIW, `pkg/pillar/vendor/` is 106MB: ```sh $ du -s -h pkg/pillar/vendor/ 106M pkg/pillar/vendor/ ``` I guess that this is not an issue with rust, it is an issue in general. We...
> It is 328MB uncompressed. I can do that if the size does not matter. Git does its own compression on transmission. I think 33MB matters and 328MB matters. Consistent...
Drat, that same yetus permissions issue. I think @yash-zededa had figured it out once before?