Skip to content

Commit ecaa342

Browse files
committed
Revert "test: run-make: skip when cross-compiling"
This reverts commit 0567fec.
1 parent b2c74ab commit ecaa342

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# ignore-cross-compile $(call RUN,foo) expects to run the target executable natively
1+
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
22
# so it won't work with remote-test-server
3+
# ignore-arm Another build using remote-test-server
34
# ignore-none no-std is not supported
5+
# ignore-wasm32 FIXME: don't attempt to compile C++ to WASM
6+
# ignore-wasm64 FIXME: don't attempt to compile C++ to WASM
7+
# ignore-nvptx64-nvidia-cuda FIXME: can't find crate for `std`
48
# ignore-musl FIXME: this makefile needs teaching how to use a musl toolchain
59
# (see dist-i586-gnu-i586-i686-musl Dockerfile)
610

0 commit comments

Comments
 (0)