Marvin Drees
Marvin Drees
Both CI system are uploading coverage reports to Codecov. Looks like that causes an issue as seen in the drop in coverage. We might need to disable the upload from...
> I think you need to squash some commits to satisfy the CI here. Some commits are not signed off. Ron did not sign off his commit. And as I...
> I should not be able to force push to MDRs branch should I? I did this nonsense on github. I updated the branch so that DCO is happy.
I'll put Dagger on my list of things to look into. For now a regular GH Action workflow set might do.
Previously we had Cirrus CI supprot but the Pipeline only ever tested a go build of the main u-root binary which was not worth yet another CI. Our goal would...
Can confirm. I'll be looking into it once I got time, as I need to build a package with this library as well now. A workaround would be to build...
@rminnich told adding a few extra KB isn't too bad if that means maintaining less code and having added features like full bash script support. But looks like those extra...
``` 3500 ./initramfs_gosh.cpio.xz 3472 ./initramfs_gosh_notabcomp.cpio.xz 3320 ./initramfs_rush.cpio.xz ``` As discussed with Ron I'll look into tab completion again and try to remove it's current shortcomings so that we can use...
Landlock is a Linux kernel LSM where you can find the documentation for here: https://www.kernel.org/doc/html/latest/userspace-api/landlock.html It allows a userspace process like Task to restrict itself, more details to that are...
Mostly done by #2828 shall we close this issue or keep it open for the remaining pipelines for e.g. tinygo/tamago?