mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-22 10:51:49 +00:00
273728fd2b
When fetching external git repositories (libbpf and bpftool) we don't check if the target commit exists. This can leads to issues such as #400, because we may silently use HEAD, instead of the specified commit. Prevent this by returning an error when the target SHA1 cannot be found. Signed-off-by: Andrea Righi <andrea.righi@canonical.com> |
||
---|---|---|
.. | ||
bpftool_build_skel | ||
bpftool_dummy.c | ||
build_bpftool | ||
build_libbpf | ||
cargo_fetch | ||
cc_cflags_probe.c | ||
fetch_bpftool | ||
fetch_libbpf | ||
get_bpftool_ver | ||
get_clang_ver | ||
get_sys_incls | ||
install_rust_user_scheds | ||
run_stress_tests | ||
stress_tests.ini | ||
test_sched |