rustc: disable tests for aarch64
upstream is doing the same
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user