Skip to content

Commit 0890132

Browse files
committed
build-llvm.py: Update to latest mainline release
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 5e4a62a commit 0890132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
453453
)
454454
else:
455-
lsm.location = Path(src_folder, 'linux-6.17')
455+
lsm.location = Path(src_folder, 'linux-6.18-rc7')
456456
lsm.patches = list(src_folder.glob('*.patch'))
457457

458458
lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'

0 commit comments

Comments
 (0)