Move tmpdirs to / on Fedora 39 and newer
This commit is contained in:
parent
45fcc73ca7
commit
68d4849898
1 changed files with 6 additions and 1 deletions
|
|
@ -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: "/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue