mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
# export VERBOSE=1
|
||||
''
|
||||
+ optionalString stdenv.isDarwin ''
|
||||
'' + 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
|
||||
rm -vr src/test/debuginfo/*
|
||||
|
Loading…
Reference in New Issue
Block a user