3
0
Fork 0
forked from mirrors/nixpkgs

rustc: disable lldb tests on darwin

This commit is contained in:
Daiderd Jordan 2017-06-11 08:51:47 +02:00
parent 1e0866e064
commit f6072d7b6e
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -99,6 +99,11 @@ stdenv.mkDerivation {
# Useful debugging parameter
# export VERBOSE=1
''
+ optionalString stdenv.isDarwin ''
# Disable all lldb tests.
# error: Can't run LLDB test because LLDB's python path is not set
rm -vr src/test/debuginfo/*
'';
preConfigure = ''