diff options
| author | Joshua Nelson <github@jyn.dev> | 2023-03-30 08:46:31 -0500 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2023-03-30 08:46:31 -0500 |
| commit | 4851d5663cf74fafc1d753d68394ea0011cfde36 (patch) | |
| tree | a1f6d69ab486e25c8b703df88a3ab98c734449b5 /tests/run-make/incr-add-rust-src-component | |
| parent | 8e214cbc0640c0a57db0f277d600da248135111c (diff) | |
| download | rust-4851d5663cf74fafc1d753d68394ea0011cfde36.tar.gz rust-4851d5663cf74fafc1d753d68394ea0011cfde36.zip | |
ignore failing cross-compiled run-make tests
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
Diffstat (limited to 'tests/run-make/incr-add-rust-src-component')
| -rw-r--r-- | tests/run-make/incr-add-rust-src-component/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/incr-add-rust-src-component/Makefile b/tests/run-make/incr-add-rust-src-component/Makefile index 5c1d953cc05..fd09c2299f9 100644 --- a/tests/run-make/incr-add-rust-src-component/Makefile +++ b/tests/run-make/incr-add-rust-src-component/Makefile @@ -1,3 +1,4 @@ +# ignore-cross-compile include ../tools.mk # rust-lang/rust#70924: Test that if we add rust-src component in between two |
