pre-commit: Disable check on i686-linux

This commit is contained in:
Robert Hensing 2023-02-03 20:40:34 +01:00
parent 38442e8498
commit d9e4080d15

View File

@ -61,7 +61,8 @@ buildPythonPackage rec {
libiconv
];
doCheck = true;
# i686-linux: dotnet-sdk not available
doCheck = stdenv.buildPlatform.system != "i686-linux";
postPatch = ''
substituteInPlace pre_commit/resources/hook-tmpl \