mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #33723 from ThomasMader/fix_ldc
ldc: Remove dynamiccompile tests for Darwin too
This commit is contained in:
commit
7fd0c78814
@ -58,9 +58,9 @@ let
|
|||||||
rm tests/d2/dmd-testsuite/runnable/variadic.d
|
rm tests/d2/dmd-testsuite/runnable/variadic.d
|
||||||
''
|
''
|
||||||
|
|
||||||
+ stdenv.lib.optionalString (stdenv.hostPlatform.isLinux && !bootstrapVersion) ''
|
+ stdenv.lib.optionalString (!bootstrapVersion) ''
|
||||||
# http://forum.dlang.org/thread/xtbbqthxutdoyhnxjhxl@forum.dlang.org
|
# http://forum.dlang.org/thread/xtbbqthxutdoyhnxjhxl@forum.dlang.org
|
||||||
rm -r tests/dynamiccompile
|
rm -r tests/dynamiccompile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
ROOT_HOME_DIR = "$(echo ~root)";
|
ROOT_HOME_DIR = "$(echo ~root)";
|
||||||
|
Loading…
Reference in New Issue
Block a user