Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d9dc5d8

Browse files
committed
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).
1 parent a143d6d commit d9dc5d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-make/issue-36710/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
2+
# so it won't work with remote-test-server
3+
# ignore-arm Another build using remote-test-server
4+
15
include ../../run-make-fulldeps/tools.mk
26

37
all: foo

0 commit comments

Comments
 (0)