]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: build-ssl: use QUICTLS_VERSION instead of QUICTLS=yes
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 19 Jan 2026 10:43:24 +0000 (11:43 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 19 Jan 2026 10:43:24 +0000 (11:43 +0100)
commitb8e91f619a104ed1dde08443519f2cb0707c7b15
treec61b5b43b647c604f2807f13f2adb3abbf4398db
parentbd8d70413e97b9993ed20bfe273b9d42a568a842
SCRIPTS: build-ssl: use QUICTLS_VERSION instead of QUICTLS=yes

Quictls has multiple versions and the CI are not able to test a specific
one because the script uses the default git branch.

This patch allows to checkout the right tag or branch.
scripts/build-ssl.sh