Skip to:
Our current kernel build script (which is for PR placed on public runners) always starts its journey from a clean Ubuntu build, install host dependencies, download compilers, ... It represents a lot of overhead.
Probably best solution is to keep up2date Docker image and re-use it in the CIhttps://docs.github.com/en/actions/publishing-packages/publishing-docker-images
Probably just this is needed:
Our current kernel build script (which is for PR placed on public runners) always starts its journey from a clean Ubuntu build, install host dependencies, download compilers, ... It represents a lot of overhead.
Probably best solution is to keep up2date Docker image and re-use it in the CI
https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
Probably just this is needed: