You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): actually build a kernel image on nightlies (#336)
Currently, the "latest nightly" CI cronjob only runs clippy checks. This
doesn't catch issues where nightly breaks actually compiling the kernel
image.
This branch updates the nightly CI workflow to actually build a bootable
mycelium image, so that we can catch issues like
rust-osdev/bootloader#271 earlier, instead of having to wait until I
manually try to update nightly.
0 commit comments