note that the mips testing hack will be fixed in 1.13
This commit is contained in:
parent
2cf5e865e8
commit
b519d4e70a
@ -169,7 +169,8 @@ sed -i.jemalloc -e '1i // ignore-test jemalloc is disabled' \
|
||||
src/test/compile-fail/allocator-rust-dylib-is-jemalloc.rs \
|
||||
src/test/run-pass/allocator-default.rs
|
||||
|
||||
# Fedora's LLVM doesn't support any mips targets -- see "llc -version"
|
||||
# Fedora's LLVM doesn't support any mips targets -- see "llc -version".
|
||||
# Fixed properly by Rust PR35344, which should be released in 1.13.
|
||||
sed -i.nomips -e '/target=mips/,+1s/^/# unsupported /' \
|
||||
src/test/run-make/atomic-lock-free/Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user