diff options
| author | Tom Eccles <tom.eccles@codethink.co.uk> | 2021-01-11 18:24:54 +0000 |
|---|---|---|
| committer | Tom Eccles <tom.eccles@codethink.co.uk> | 2021-03-28 16:49:58 +0100 |
| commit | d9dc5d83e239fa0e411d99264b0462e8e94b350a (patch) | |
| tree | a6c6bf4c850750fa2cb605fb097f1cce86eabd59 | |
| parent | a143d6d4674169f12402fae56a1fa4053436754c (diff) | |
| download | rust-d9dc5d83e239fa0e411d99264b0462e8e94b350a.tar.gz rust-d9dc5d83e239fa0e411d99264b0462e8e94b350a.zip | |
run-make: skip issue-36710 on riscv64 and armhf
The test assumes it can run target binaries on the host. This not true for riscv64 CI (or for other platforms using remote-test-server).
| -rw-r--r-- | src/test/run-make/issue-36710/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make/issue-36710/Makefile b/src/test/run-make/issue-36710/Makefile index 3d93b2f6961..fbb3ec97d55 100644 --- a/src/test/run-make/issue-36710/Makefile +++ b/src/test/run-make/issue-36710/Makefile @@ -1,3 +1,7 @@ +# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively +# so it won't work with remote-test-server +# ignore-arm Another build using remote-test-server + include ../../run-make-fulldeps/tools.mk all: foo |
