sched-ext / scx

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

Show clang warnings in Cargo build #895

Open JakeHillion opened 3 weeks ago

JakeHillion commented 3 weeks ago

We currently lose clang warnings from the BPF compilation when building with Cargo if there is not an error. This can be fixed by changing libbpf-cargo and the BpfBuilder.

JakeHillion commented 2 weeks ago

First draft of getting the data out from libbpf-cargo: https://github.com/libbpf/libbpf-rs/pull/994 - this might end up changing a bit before landing depending on what the maintainers want.