about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-19 03:26:59 +0200
committerGitHub <noreply@github.com>2023-08-19 03:26:59 +0200
commit2b13128be8dacbb788d9d24afe87309413b645ff (patch)
treeec261e88bb3b8b9f5863c8c914041c933d5594e3
parent0e609c4610b8138a2b1e71eef8ffe407db3257ac (diff)
parentfb148f682eb2ebeb2fd332ea43c57c6a5dd14130 (diff)
downloadrust-2b13128be8dacbb788d9d24afe87309413b645ff.tar.gz
rust-2b13128be8dacbb788d9d24afe87309413b645ff.zip
Rollup merge of #114958 - ferrocene:optimization-remarks-dir-pgo, r=lqd
`ignore-cross-compile` on `optimization-remarks-dir-pgo` test

We noticed this on our upstream pull on ferrocene a week ago as it was failing our CI. The test attempts to run the produced binary which won't work when cross compiling.
-rw-r--r--tests/run-make/optimization-remarks-dir-pgo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/optimization-remarks-dir-pgo/Makefile b/tests/run-make/optimization-remarks-dir-pgo/Makefile
index c88ec1e6cb3..3bc3d7d1428 100644
--- a/tests/run-make/optimization-remarks-dir-pgo/Makefile
+++ b/tests/run-make/optimization-remarks-dir-pgo/Makefile
@@ -1,5 +1,6 @@
 # needs-profiler-support
 # ignore-windows-gnu
+# ignore-cross-compile
 
 # FIXME(mati865): MinGW GCC miscompiles compiler-rt profiling library but with Clang it works
 # properly. Since we only have GCC on the CI ignore the test for now.