Merge pull request #214409 from hercules-ci/pre-commit-i686
pre-commit: Disable check on i686-linux
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user