]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: scripts: add support for git in openssl builds
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 16 Sep 2025 09:50:34 +0000 (11:50 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 16 Sep 2025 13:05:44 +0000 (15:05 +0200)
commit31319ff7f03a33a214d1b28ba2340cf6611cc297
treeaeacbf0fec99126627b6688c0bb3824e5b097824
parent359a829ccb8693e0b29808acc0fa7975735c0353
CI: scripts: add support for git in openssl builds

Add support for git releases downloaded from github in openssl builds:

- GIT_TYPE variable allow you to chose between "branch" or "commit"
- OPENSSL_VERSION variable supports a "git-" prefix
- "git-${commit_id}" is stored in .openssl_version instead of the branch
  name for version comparison.
scripts/build-ssl.sh