Skip to content

Commit

Permalink
build-llvm.py: Use latest mainline tag 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 Aug 12, 2024
1 parent 96d83ab commit b28d713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
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.10')
lsm.location = Path(src_folder, 'linux-6.11-rc3')
lsm.patches = list(src_folder.glob('*.patch'))

lsm.tarball.base_download_url = 'https://git.kernel.org/torvalds/t'
Expand Down
69 changes: 0 additions & 69 deletions src/2bac084468847cfe5bbc7166082b2a208514bb1c.patch

This file was deleted.

0 comments on commit b28d713

Please sign in to comment.