We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7faf3 commit f126df5Copy full SHA for f126df5
build-llvm.py
@@ -543,7 +543,7 @@
543
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
544
)
545
else:
546
- lsm.location = Path(src_folder, 'linux-6.19')
+ lsm.location = Path(src_folder, 'linux-7.0-rc5')
547
lsm.patches = list(src_folder.glob('*.patch'))
548
549
lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
0 commit comments