We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c74ab commit ecaa342Copy full SHA for ecaa342
src/test/run-make/issue-36710/Makefile
@@ -1,6 +1,10 @@
1
-# ignore-cross-compile $(call RUN,foo) expects to run the target executable natively
+# 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
# 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`
8
# ignore-musl FIXME: this makefile needs teaching how to use a musl toolchain
9
# (see dist-i586-gnu-i586-i686-musl Dockerfile)
10
0 commit comments