]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: do not build libslz any more
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 14:10:32 +0000 (16:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 14:10:32 +0000 (16:10 +0200)
As hinted by Tim, it's not needed any more since it's now integrated,
let's get rid of this step.

.github/workflows/vtest.yml

index fc6eb5529a662e1c241750f776a1bcba021ded89..cb52f27d6fb037f1d8728225f419f54b432a1cc7 100644 (file)
@@ -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