mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 04:00:24 +00:00
0d1c6555a4
There is no need to generate source code in a temporary directory with RustLandBuilder(), we can simply generate code in-tree and exclude the generated source files from .gitignore. Having the generated source files in-tree can help to debug potential build issues (and it also allows to drop the the tempfile crate dependency). Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
7 lines
59 B
Plaintext
7 lines
59 B
Plaintext
src/bpf/.output
|
|
intf.h
|
|
main.bpf.c
|
|
bpf.rs
|
|
Cargo.lock
|
|
target
|