rustc: Disable failing linker-output-utf8 test.
This commit is contained in:
parent
3324123eb7
commit
02608c6a3c
@ -63,6 +63,7 @@ stdenv.mkDerivation {
|
|||||||
++ optional (!forceBundledLLVM) "--llvm-root=${llvmShared}";
|
++ optional (!forceBundledLLVM) "--llvm-root=${llvmShared}";
|
||||||
|
|
||||||
patches = patches ++ targetPatches;
|
patches = patches ++ targetPatches;
|
||||||
|
|
||||||
passthru.target = target;
|
passthru.target = target;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -87,6 +88,9 @@ stdenv.mkDerivation {
|
|||||||
#[ -f src/liballoc_jemalloc/lib.rs ] && sed -i 's,je_,,g' src/liballoc_jemalloc/lib.rs
|
#[ -f src/liballoc_jemalloc/lib.rs ] && sed -i 's,je_,,g' src/liballoc_jemalloc/lib.rs
|
||||||
#[ -f src/liballoc/heap.rs ] && sed -i 's,je_,,g' src/liballoc/heap.rs # Remove for 1.4.0+
|
#[ -f src/liballoc/heap.rs ] && sed -i 's,je_,,g' src/liballoc/heap.rs # Remove for 1.4.0+
|
||||||
|
|
||||||
|
# Disable fragile linker-output-non-utf8 test
|
||||||
|
rm -vr src/test/run-make/linker-output-non-utf8/
|
||||||
|
|
||||||
# Useful debugging parameter
|
# Useful debugging parameter
|
||||||
#export VERBOSE=1
|
#export VERBOSE=1
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user