Skip to content

Commit f126df5

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

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
@@ -543,7 +543,7 @@
543543
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
544544
)
545545
else:
546-
lsm.location = Path(src_folder, 'linux-6.19')
546+
lsm.location = Path(src_folder, 'linux-7.0-rc5')
547547
lsm.patches = list(src_folder.glob('*.patch'))
548548

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

0 commit comments

Comments
 (0)