rustc: disable tests for aarch64

upstream is doing the same
This commit is contained in:
Jörg Thalheim
2018-04-16 12:28:04 +01:00
parent bd4ad008dd
commit dee60d8e2c
3 changed files with 6 additions and 18 deletions
@@ -108,9 +108,6 @@ stdenv.mkDerivation {
# Useful debugging parameter
# export VERBOSE=1
'' + optionalString stdenv.isAarch64 ''
# https://github.com/rust-lang/rust/issues/49807
rm -vr src/test/debuginfo/by-value-self-argument-in-trait-impl.rs
'' + optionalString stdenv.isDarwin ''
# Disable all lldb tests.
# error: Can't run LLDB test because LLDB's python path is not set