forked from mirrors/nixpkgs
nlohmann_json: disable tests for now since they timeout
This commit is contained in:
parent
2e52f98ddb
commit
7456f19b40
|
@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
|
|||
"-DJSON_MultipleHeaders=ON"
|
||||
];
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
# A test cause the build to timeout https://github.com/nlohmann/json/issues/1816
|
||||
#doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
doCheck = false;
|
||||
|
||||
postInstall = "rm -rf $out/lib64";
|
||||
|
||||
|
|
Loading…
Reference in a new issue