Open l0kod opened 5 months ago
Instead of bundling a kernel image per kernel version, we should leverage GitHub's cache action.
However, we must also be able to use a local cache for developers.
We now have the tooling required to build a kernel in a container thanks to #4.
See https://github.com/landlock-lsm/rust-landlock/pull/72
Instead of bundling a kernel image per kernel version, we should leverage GitHub's cache action.
However, we must also be able to use a local cache for developers.
We now have the tooling required to build a kernel in a container thanks to #4.