rustc: re-enable tests on darwin

- disable doctest for stdsimd
- disable previous and some extra extra tcp tests
This commit is contained in:
Daiderd Jordan
2018-06-05 07:43:36 +02:00
parent fd95f532e0
commit ff37f08aa8
4 changed files with 126 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ in rec {
rustc = callPackage ./rustc.nix {
inherit stdenv llvm targets targetPatches targetToolchains rustPlatform version src;
patches = [];
patches = [ ./patches/net-tcp-disable-tests.patch ./patches/stdsimd-disable-doctest.patch ];
forceBundledLLVM = true;