mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
ldc: Disable check phase because some tests are not working if build has
sandboxing enabled
This commit is contained in:
parent
4535008a4c
commit
59cdc2564c
@ -81,7 +81,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
makeFlags = [ "DMD=$DMD" ];
|
makeFlags = [ "DMD=$DMD" ];
|
||||||
|
|
||||||
doCheck = true;
|
# disable check phase because some tests are not working with sandboxing
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
ctest -j $NIX_BUILD_CORES -V DMD=$DMD
|
ctest -j $NIX_BUILD_CORES -V DMD=$DMD
|
||||||
|
Loading…
Reference in New Issue
Block a user