From 563e39f59505c6713d98ac6c21e69e984e64a524 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Tue, 23 Jan 2018 22:44:02 +0100 Subject: [PATCH] rustc: disable stack test with glibc Fixes #34189 --- pkgs/development/compilers/rust/rustc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index a7eeb5c0bcef..ac57f2df508c 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -101,6 +101,10 @@ stdenv.mkDerivation { # Useful debugging parameter # export VERBOSE=1 '' + + optionalString (stdenv ? glibc) '' + # Disable failing test because of glibc-2.25 patch. + rm -vr src/test/run-pass/out-of-stack.rs + '' + optionalString stdenv.isDarwin '' # Disable all lldb tests. # error: Can't run LLDB test because LLDB's python path is not set