Skip to content

Commit

Permalink
Don't build centos-7-bintar for > 11.4
Browse files Browse the repository at this point in the history
A new bintar builder (non-EOL) will handle builds
for 11.7/11.8.

For now, it's important that GnuTLS is updated and
can build 11.4
  • Loading branch information
RazvanLiviuVarzaru committed Jan 21, 2025
1 parent 349916d commit f441620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@
"ppc64le-debian-sid",
"x86-debian-sid",
]

SUPPORTED_PLATFORMS["11.5"] = SUPPORTED_PLATFORMS["11.4"].copy()
SUPPORTED_PLATFORMS["11.5"].remove("amd64-centos-7-bintar")
SUPPORTED_PLATFORMS["11.6"] = SUPPORTED_PLATFORMS["11.5"].copy()
SUPPORTED_PLATFORMS["11.7"] = SUPPORTED_PLATFORMS["11.6"].copy()
SUPPORTED_PLATFORMS["11.8"] = SUPPORTED_PLATFORMS["11.7"].copy()
Expand Down

0 comments on commit f441620

Please sign in to comment.