Skip to content

Commit

Permalink
OpenSuse / Sles 15.x - do not need MariaDB-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru authored and grooverdan committed Sep 30, 2024
1 parent 97134c3 commit 59c5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def hasCompat(step):
# For s390x and the listed distros there are no compat files
if any(
builderName.find(sub) != -1
for sub in {"s390x", "fedora", "alma", "rocky", "openeuler"}
for sub in {"s390x", "fedora", "alma", "rocky", "openeuler", "suse15", "sles15"}
):
return False
if "rhel" in builderName or "centos" in builderName:
Expand Down

0 comments on commit 59c5bc5

Please sign in to comment.