Move tmpdirs to / on Fedora 39 and newer

This commit is contained in:
Miloš Prchlík 2024-01-19 14:14:39 +01:00 committed by mprchlik
commit 68d4849898

View file

@ -42,7 +42,12 @@ require+:
# Adjust rules
adjust+:
- because: "/tmp is not big enough to hold tmpdir for tests"
when: distro == fedora-rawhide,rhel-9
when: distro >= rhel-9
environment+:
BU_TMPDIR_PARENT: "/"
- because: "/tmp is not big enough to hold tmpdir for tests"
when: distro >= fedora-39
environment+:
BU_TMPDIR_PARENT: "/"