scx.full: enable doCheck

This commit is contained in:
Gliczy
2025-06-13 18:52:46 +05:30
committed by Masum Reza
parent 74e8d625c1
commit d662e65bfc
2 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -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";