packages/linux-lava: ignore config errors again

This commit is contained in:
LavaDesu 2023-08-25 00:25:02 +07:00
parent 6773776ddb
commit e7509cfa4b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -110,4 +110,5 @@ in buildLinux (args // {
LATENCYTOP = no;
DEBUG_PREEMPT = no;
};
ignoreConfigErrors = true;
} // (args.argsOverride or {}))