]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: github: fix vtest path to allow correct caching
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Apr 2026 08:38:31 +0000 (10:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Apr 2026 09:05:38 +0000 (11:05 +0200)
commit8745d2cf8ea574f25086a4e5be79bc8f43e83eed
tree78d44dcc62b5c17dbce2e46699f61e8f29738d7e
parent923b4c3a19c69d7d03b3619d4422704344a3bfe0
CI: github: fix vtest path to allow correct caching

The vtest binary does not seem to be cached correctly by actions/cache,
the cause of the problem seems to be the binary is installed outside the
github workspace. This patch installs the binary in ~/vtest/ to fix the
issue.
.github/actions/setup-vtest/action.yml
.github/workflows/aws-lc-template.yml
.github/workflows/fedora-rawhide.yml
.github/workflows/musl.yml
.github/workflows/openssl-ech.yml
.github/workflows/openssl-master.yml
.github/workflows/quictls.yml
.github/workflows/vtest.yml
.github/workflows/wolfssl.yml