rustc: re-enable tests on darwin
- disable doctest for stdsimd - disable previous and some extra extra tcp tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user