]> git.kaiwu.me - haproxy.git/commit
CI: Simplify version extraction with `haproxy -vq`
authorTim Duesterhus <tim@bastelstu.be>
Sun, 12 Apr 2026 19:27:07 +0000 (21:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 07:34:07 +0000 (09:34 +0200)
commit86430ab5a461dac5dbe46ebf1e839082eb5014b8
tree41970ee8792d58503bc903f849a2223b77b90f4e
parentc6b9ba80ae7bb2f23b20b45d06655beea7e071c8
CI: Simplify version extraction with `haproxy -vq`

Instead of running `awk` on the output of `haproxy -v` to extract the bare
version number, we can use `haproxy -vq`.
.github/workflows/aws-lc-template.yml
.github/workflows/compliance.yml
.github/workflows/fedora-rawhide.yml
.github/workflows/openssl-ech.yml
.github/workflows/openssl-master.yml
.github/workflows/quictls.yml
.github/workflows/vtest.yml
.github/workflows/wolfssl.yml