broken-symlinks: update test relevancy
This commit is contained in:
parent
082c661c48
commit
3403ca384d
1 changed files with 11 additions and 1 deletions
|
|
@ -12,5 +12,15 @@ link:
|
|||
verifies: https://issues.redhat.com/browse/RHEL-7375
|
||||
|
||||
adjust:
|
||||
# Broken symlinks were fixed with Clang Resource directory moving in LLVM 17:
|
||||
# https://fedoraproject.org/wiki/Changes/LLVM-17#Detailed_Description
|
||||
# There are no plans to backport that, so we disable the test
|
||||
# in distros where LLVM < 17.
|
||||
- enabled: false
|
||||
when: rhel < rhel-8
|
||||
when: distro < rhel-8
|
||||
- enabled: false
|
||||
when: distro == rhel-8 and distro <= rhel-8.9
|
||||
- enabled: false
|
||||
when: distro == rhel-9 and distro <= rhel-9.3
|
||||
- enabled: false
|
||||
when: distro == fedora and distro <= fedora-38
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue