summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/rustc.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-06-04 22:08:41 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-06-05 07:43:36 +0200
commitff37f08aa8807b683fa5dfcf52059286601de334 (patch)
tree5138f48224890131056ecbb7cd744d0e01cd1ca1 /pkgs/development/compilers/rust/rustc.nix
parentfd95f532e0a0bfc8bdbef5c359351501c16807ce (diff)
downloadnixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar.gz
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar.bz2
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar.lz
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar.xz
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.tar.zst
nixlib-ff37f08aa8807b683fa5dfcf52059286601de334.zip
rustc: re-enable tests on darwin
- disable doctest for stdsimd
- disable previous and some extra extra tcp tests
Diffstat (limited to 'pkgs/development/compilers/rust/rustc.nix')
-rw-r--r--pkgs/development/compilers/rust/rustc.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index 72d0ee70782a..d3dcc8e2f6c9 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -10,11 +10,7 @@
 , targets
 , targetPatches
 , targetToolchains
-
-# Tests frequently break on Darwin
-# See the rust issue: https://github.com/rust-lang/rust/issues/51006
-, doCheck ? (!stdenv.isDarwin)
-
+, doCheck ? true
 , broken ? false
 , buildPlatform, hostPlatform
 } @ args: