Skip to content

Commit 1b55654

Browse files
committed
run-make: skip issue-36710 on riscv64
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 2f7672f commit 1b55654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
2+
# so it won't work with remote-test-server
3+
14
include ../../run-make-fulldeps/tools.mk
25

36
all: foo

0 commit comments

Comments
 (0)