cmd/hsu: remove parent check
Test / Create distribution (push) Successful in 23s
Test / ShareFS (push) Successful in 29s
Test / Sandbox (race detector) (push) Successful in 32s
Test / Sandbox (push) Successful in 35s
Test / Hakurei (push) Successful in 40s
Test / Hakurei (race detector) (push) Successful in 45s
Test / Flake checks (push) Successful in 1m11s
Test / Create distribution (push) Successful in 23s
Test / ShareFS (push) Successful in 29s
Test / Sandbox (race detector) (push) Successful in 32s
Test / Sandbox (push) Successful in 35s
Test / Hakurei (push) Successful in 40s
Test / Hakurei (race detector) (push) Successful in 45s
Test / Flake checks (push) Successful in 1m11s
This check serves no real purpose and only makes it more difficult to start containers. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -22,7 +22,14 @@ in
|
||||
{
|
||||
name = "funcgraph-retval";
|
||||
patch = null;
|
||||
structuredExtraConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes;
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
FUNCTION_GRAPH_RETVAL = yes;
|
||||
|
||||
RUST = lib.mkForce unset;
|
||||
DRM_NOVA = lib.mkForce unset;
|
||||
DRM_PANIC_SCREEN_QR_CODE = lib.mkForce unset;
|
||||
NOVA_CORE = lib.mkForce unset;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user