mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-01 07:00:23 +00:00
00e25530bc
Implement a FIFO scheduler as an example usage of scx_rustland_core. Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
8 lines
313 B
Meson
8 lines
313 B
Meson
custom_target('scx_rlfifo',
|
|
output: '@PLAINNAME@.__PHONY__',
|
|
input: 'Cargo.toml',
|
|
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
|
cargo_build_args],
|
|
env: cargo_env,
|
|
build_by_default: true)
|