Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: mkosi: Fix the lack of gcc-13 for mainline builds
Installing dkms should be generic enough to bring everything needed to build kernel modules. This is not 100% solution since exact kernel version may still differ: $ make ... The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-3ubuntu1) 13.3.0 You are using: gcc-13 (Ubuntu 13.3.0-4ubuntu1) 13.3.0 But this is best effort. Fixes: #343 Signed-off-by: Vitaly Chikunov <[email protected]>
- Loading branch information