sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
691 stars 48 forks source link

meson: check if commit exists in remote git repos #402

Closed arighi closed 1 week ago

arighi commented 1 week ago

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.