jwrdegoede / rtl8189ES_linux

79 stars 92 forks source link

Fixed CI. GCC 11.2 needed for kernels>=5.17 #74

Closed CGarces closed 2 years ago

CGarces commented 2 years ago

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.