zram-generator: disable tests on loongarch64
This commit is contained in:
parent
bc51535691
commit
2b07779202
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user