From dc7f7d316ab2b7fce35eb718d3cd29d1dc34a29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Fri, 19 Jan 2024 14:11:00 +0100 Subject: [PATCH] Move tmpdirs to / on Fedora 39 --- tests/testsuite/main.fmf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/testsuite/main.fmf b/tests/testsuite/main.fmf index 3868add..88be228 100644 --- a/tests/testsuite/main.fmf +++ b/tests/testsuite/main.fmf @@ -77,3 +77,11 @@ adjust+: test: "$WITH_SCL ./test-with-cross.sh" environment+: MAY_BUILD_OTHER_ARCHES: "no" + + - because: "" + when: distro == rhel-7 and collection == devtoolset-13 + test: "$WITH_SCL ./test-with-cross.sh" + environment+: + MAY_BUILD_OTHER_ARCHES: "no" + require+: + - devtoolset-13-build