zram-generator: disable tests on loongarch64

This commit is contained in:
Weijia Wang 2025-08-18 21:16:02 +02:00 committed by Masum Reza
parent bc51535691
commit 2b07779202

View File

@ -52,6 +52,9 @@ rustPlatform.buildRustPackage rec {
export SYSTEMD_UTIL_DIR=$($PKG_CONFIG --variable=systemdutildir systemd)
'';
# error[E0432]: unresolved import `self::consts`
doCheck = !stdenv.hostPlatform.isLoongArch64;
dontCargoInstall = true;
installFlags = [