mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
Merge pull request #400 from sched-ext/fix-bpftool
meson: restore previous libbpf version and update bpftool
This commit is contained in:
commit
657fb6a4aa
@ -124,7 +124,7 @@ if should_build_libbpf
|
||||
endforeach
|
||||
|
||||
message('Fetching libbpf repo')
|
||||
libbpf_commit = 'c1a6c770c46c6e78ad6755bf596c23a4e6f6b216'
|
||||
libbpf_commit = '42065ea6627ff6e1ab4c65e51042a70fbf30ff7c'
|
||||
run_command(fetch_libbpf, meson.current_build_dir(), libbpf_commit, check: true)
|
||||
|
||||
make_jobs = 1
|
||||
@ -180,7 +180,7 @@ endif
|
||||
|
||||
if should_build_bpftool
|
||||
message('Fetching bpftool repo')
|
||||
bpftool_commit = '42065ea6627ff6e1ab4c65e51042a70fbf30ff7c'
|
||||
bpftool_commit = '20ce6933869b70bacfdd0dd1a8399199290bf8ff'
|
||||
run_command(fetch_bpftool, meson.current_build_dir(), bpftool_commit, check: true)
|
||||
|
||||
bpftool_target = custom_target('bpftool_target',
|
||||
|
Loading…
Reference in New Issue
Block a user