Joseph
Joseph
I upvote for the optional synchronization with the host system rather than with venv-only. Not only for CI/CD, but for me personally it is also occasionally preferable to install project...
I suppose it is a functional workaround, but having this implemented natively into uv would be a big improvement
hi @darkr4y , > it would be nice to have a better guide for customizing the diff model There isn't one yet, but I might find some time to compose...
@darkr4y , > I don't seem to see the defconfig generation process for the corresponding device Yes, I see the issue. I've [updated](https://github.com/seppzer0/zero_kernel/commit/60d5f84e6ebc14e3b41eb2b3c2865c13321892c2) both `_defconfig` and `_ucodename` functions in the...
@darkr4y , > I noticed that the -o parameter doesn't seem to be valid Yes, the logging system in the builder has been a problem, which is why the parameter...
@darkr4y , > Reviewing the code reveals that only Image.gz-dtb will be packaged, and there is no such file in the compiled artifacts, why is this? For different Android kernels...
@darkr4y , > I tried to manually change the configuration of the defconfig but it didn't generate it That's expected, the builder [resets](https://github.com/seppzer0/zero_kernel/blob/5b037b121e4aa64bb93081c0ba03071f9124fce1/builder/core/kernel_builder.py#L576C9-L576C27) the kernel source directory to a clean...
Hi @darkr4y , I have added a new `--defconfig` argument for the builder in the dev branch. Feel free to try it out and see if it works for you.
@darkr4y , > Review the code and it seems to be relevant here, modified it to confirm that it generates Image.gz-dtb. Seems like it was something I missed, good catch....
Hi @darkr4y , Yeah, I guess those are good observations. I have to admit I cannot comment too much on those notes as I've been looking more into GKI kernels,...