We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4a62a commit 0890132Copy full SHA for 0890132
build-llvm.py
@@ -452,7 +452,7 @@
452
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
453
)
454
else:
455
- lsm.location = Path(src_folder, 'linux-6.17')
+ lsm.location = Path(src_folder, 'linux-6.18-rc7')
456
lsm.patches = list(src_folder.glob('*.patch'))
457
458
lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
0 commit comments