Last changes in the way to compile the linux kernel from https://kernel.ubuntu.com/~kernel-ppa/mainline/ cause the following error:
gcc: error: unrecognized command line option ‘-mharden-sls=all’
This PR change the Ubuntu runner to align it to the ones used by Ubuntu kernel-ppa
Also the workaround for libc6 has been removed (already on 22.04 LTS), and the process fails earlier if kernel packages not exist.
Last changes in the way to compile the linux kernel from https://kernel.ubuntu.com/~kernel-ppa/mainline/ cause the following error:
gcc: error: unrecognized command line option ‘-mharden-sls=all’
This PR change the Ubuntu runner to align it to the ones used by Ubuntu kernel-ppa
Also the workaround for libc6 has been removed (already on 22.04 LTS), and the process fails earlier if kernel packages not exist.