mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
re-enabled lto_build test on 32-bit MSVC
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
df8cda0a12
commit
a22a68e937
@ -1707,11 +1707,6 @@ Caused by:
|
|||||||
|
|
||||||
#[cargo_test]
|
#[cargo_test]
|
||||||
fn lto_build() {
|
fn lto_build() {
|
||||||
// FIXME: currently this hits a linker bug on 32-bit MSVC
|
|
||||||
if cfg!(all(target_env = "msvc", target_pointer_width = "32")) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let p = project()
|
let p = project()
|
||||||
.file(
|
.file(
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user