mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 22:56:57 +02:00
CI: use "--no-install-recommends" for apt-get
this reduces number of packages installed by 1
This commit is contained in:
parent
e349159a34
commit
01c213a4bb
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Install apt dependencies
|
- name: Install apt dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
sudo apt-get --no-install-recommends -y install \
|
||||||
liblua5.3-dev \
|
liblua5.3-dev \
|
||||||
libsystemd-dev
|
libsystemd-dev
|
||||||
- name: Install QUICTLS
|
- name: Install QUICTLS
|
||||||
|
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
sudo apt-get --no-install-recommends -y install \
|
||||||
liblua5.3-dev \
|
liblua5.3-dev \
|
||||||
libpcre2-dev \
|
libpcre2-dev \
|
||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user