We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7109523 commit 2992112Copy full SHA for 2992112
build-llvm.py
@@ -444,7 +444,7 @@
444
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
445
)
446
else:
447
- lsm.location = Path(src_folder, 'linux-6.13')
+ lsm.location = Path(src_folder, 'linux-6.14-rc4')
448
lsm.patches = list(src_folder.glob('*.patch'))
449
450
lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
0 commit comments