scx.full: enable doCheck
This commit is contained in:
@@ -126,8 +126,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||
"out"
|
||||
];
|
||||
|
||||
# Enable this when default kernel in nixpkgs is 6.12+
|
||||
doCheck = false;
|
||||
doCheck = true;
|
||||
|
||||
meta = scx-common.meta // {
|
||||
description = "Sched-ext C userspace schedulers";
|
||||
|
||||
@@ -58,8 +58,14 @@ rustPlatform.buildRustPackage {
|
||||
"zerocallusedregs"
|
||||
];
|
||||
|
||||
# Enable this when default kernel in nixpkgs is 6.12+
|
||||
doCheck = false;
|
||||
doCheck = true;
|
||||
checkFlags = [
|
||||
"--skip=compat::tests::test_ksym_exists"
|
||||
"--skip=compat::tests::test_read_enum"
|
||||
"--skip=compat::tests::test_struct_has_field"
|
||||
"--skip=cpumask"
|
||||
"--skip=topology"
|
||||
];
|
||||
|
||||
meta = scx-common.meta // {
|
||||
description = "Sched-ext Rust userspace schedulers";
|
||||
|
||||
Reference in New Issue
Block a user