diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-19 03:26:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 03:26:59 +0200 |
| commit | 2b13128be8dacbb788d9d24afe87309413b645ff (patch) | |
| tree | ec261e88bb3b8b9f5863c8c914041c933d5594e3 | |
| parent | 0e609c4610b8138a2b1e71eef8ffe407db3257ac (diff) | |
| parent | fb148f682eb2ebeb2fd332ea43c57c6a5dd14130 (diff) | |
| download | rust-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/Makefile | 1 |
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. |
