Bogdan-Ștefan Neacşu
Bogdan-Ștefan Neacşu
An example is running the following command: `./bin/linuxkit build -name bootstrap -format kernel+initrd -prefix "rootfs/" linuxkit.yml` while `linuxkit.yml` describes files and folders both inside the docker fs (e.g. `inside_file`) and...
Thanks for the feedback. You are right, it might be better to place the option in the `yml` file to preserve reproducibility. As for the use-case of this, I'm afraid...
Changed from a cli option to a YAML configuration option.
I've moved the prefix functionality from the CLI option into the configuration file. @deitch what do you think? Is anything missing from the patches? Thanks!
> I ran into that today when I was making these changes. I rebased one of the commits from that PR onto develop: https://github.com/m10io/linuxkit The patch there is actually the...
Same problem here.
> What's the impact of this change? CI rust builds on windows run into OOM, when the ci machine has been run for a longer time. This linker is supposed...
> I think that failing test indicates that will not work for testnets where you need to be able to deserialize DescribedGateway? Until the changes in `develop` hit mainnet, I've...