rustc: Disable failing test on aarch64
https://hydra.nixos.org/build/72562211/nixlog/1 https://github.com/rust-lang/rust/issues/49807
This commit is contained in:
parent
9416d80275
commit
1abd235963
@ -102,8 +102,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Useful debugging parameter
|
# Useful debugging parameter
|
||||||
# export VERBOSE=1
|
# export VERBOSE=1
|
||||||
''
|
'' + optionalString stdenv.isAarch64 ''
|
||||||
+ optionalString stdenv.isDarwin ''
|
# 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.
|
# Disable all lldb tests.
|
||||||
# error: Can't run LLDB test because LLDB's python path is not set
|
# error: Can't run LLDB test because LLDB's python path is not set
|
||||||
rm -vr src/test/debuginfo/*
|
rm -vr src/test/debuginfo/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user