mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
CI: github: do not build libslz any more
As hinted by Tim, it's not needed any more since it's now integrated, let's get rid of this step.
This commit is contained in:
parent
12840be005
commit
aca389a483
8
.github/workflows/vtest.yml
vendored
8
.github/workflows/vtest.yml
vendored
@ -65,14 +65,6 @@ jobs:
|
|||||||
tar xvf VTest.tar.gz -C VTest --strip-components=1
|
tar xvf VTest.tar.gz -C VTest --strip-components=1
|
||||||
make -C VTest -j$(nproc) FLAGS="-O2 -s -Wall"
|
make -C VTest -j$(nproc) FLAGS="-O2 -s -Wall"
|
||||||
sudo install -m755 VTest/vtest /usr/local/bin/vtest
|
sudo install -m755 VTest/vtest /usr/local/bin/vtest
|
||||||
- name: Install SLZ
|
|
||||||
if: ${{ contains(matrix.FLAGS, 'USE_SLZ=1') }}
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://github.com/wtarreau/libslz/archive/master.tar.gz -o libslz.tar.gz
|
|
||||||
mkdir libslz
|
|
||||||
tar xvf libslz.tar.gz -C libslz --strip-components=1
|
|
||||||
make -C libslz
|
|
||||||
sudo make -C libslz install
|
|
||||||
- name: Install SSL ${{ matrix.ssl }}
|
- name: Install SSL ${{ matrix.ssl }}
|
||||||
if: ${{ matrix.ssl && matrix.ssl != 'stock' }}
|
if: ${{ matrix.ssl && matrix.ssl != 'stock' }}
|
||||||
run: env ${{ matrix.ssl }} scripts/build-ssl.sh
|
run: env ${{ matrix.ssl }} scripts/build-ssl.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user