Skip to content

Commit

Permalink
Skip fetching compat for almalinux and rockylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Apr 16, 2024
1 parent b6a6997 commit 6cda8dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ def hasCompat(step):
return step.getProperty("rpm_type")[-1] in ["7", "8"]
if "fedora" in builderName:
return step.getProperty("rpm_type")[-1] in ["35", "36"]
if "alma" in builderName or "rocky" in builderName:
return False
return True


Expand Down

0 comments on commit 6cda8dd

Please sign in to comment.