mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-16 22:58:02 +00:00
CI: VTest: accelerate package install a bit
let's check and install only package is required
This commit is contained in:
parent
485b206f61
commit
f3e6dfdc92
7
.github/workflows/vtest.yml
vendored
7
.github/workflows/vtest.yml
vendored
@ -82,10 +82,9 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get --no-install-recommends -y install \
|
||||
liblua5.4-dev \
|
||||
libpcre2-dev \
|
||||
libsystemd-dev \
|
||||
ninja-build \
|
||||
${{ contains(matrix.FLAGS, 'USE_LUA=1') && 'liblua5.4-dev' || '' }} \
|
||||
${{ contains(matrix.FLAGS, 'USE_PCRE2=1') && 'libpcre2-dev' || '' }} \
|
||||
${{ contains(matrix.ssl, 'BORINGSSL=yes') && 'ninja-build' || '' }} \
|
||||
socat \
|
||||
gdb
|
||||
- name: Install brew dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user