Skip to content

Commit

Permalink
build-llvm.py: Update to Linux 6.7-rc1 for profiling
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 13, 2023
1 parent 942bda4 commit f3dd4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
f"Supplied kernel source version ('{found_version}') is older than the minimum required version ('{minimum_version}'), provide a newer version!"
)
else:
lsm.location = Path(src_folder, 'linux-6.6')
lsm.location = Path(src_folder, 'linux-6.7-rc1')
lsm.patches = list(src_folder.glob('*.patch'))

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

0 comments on commit f3dd4c4

Please sign in to comment.