From: Willy Tarreau Date: Thu, 22 Apr 2021 14:10:32 +0000 (+0200) Subject: CI: github: do not build libslz any more X-Git-Tag: v2.4-dev17~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aca389a483a9c25df278af0b0ed585dec1c0f55b;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index fc6eb5529a..cb52f27d6f 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -65,14 +65,6 @@ jobs: tar xvf VTest.tar.gz -C VTest --strip-components=1 make -C VTest -j$(nproc) FLAGS="-O2 -s -Wall" 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 }} if: ${{ matrix.ssl && matrix.ssl != 'stock' }} run: env ${{ matrix.ssl }} scripts/build-ssl.sh