CI: Add in-memory cache for the latest OpenSSL/LibreSSL
authorTim Duesterhus <tim@bastelstu.be>
Thu, 29 Dec 2022 16:40:25 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Jan 2023 15:28:34 +0000 (16:28 +0100)
commitfcc21be9223c14329c9941edb0da9355e47e4e16
tree981d860e6aa0d619775edd1bcaf031f1a8514d49
parent3c9b6f639419af6fee5612602d6bb82616fa1d21
CI: Add in-memory cache for the latest OpenSSL/LibreSSL

These functions were previously called once per compiler. Add the `lru_cache`
decorator to only perform one HTTP request each.
.github/matrix.py