From: William Lallemand Date: Mon, 20 Apr 2026 07:56:07 +0000 (+0200) Subject: CI: github: revert quictls version on cross-zoo.yml X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bee81dc53cd7ab4b4a9ab08326814a4cc372758a;p=thirdparty%2Fhaproxy.git CI: github: revert quictls version on cross-zoo.yml Use the last branch of quictls available instead of 1.1.1, even if it is not maintained anymore that at least fix the build. --- diff --git a/.github/workflows/cross-zoo.yml b/.github/workflows/cross-zoo.yml index a9ffa70e2..fe0e6ef0f 100644 --- a/.github/workflows/cross-zoo.yml +++ b/.github/workflows/cross-zoo.yml @@ -104,7 +104,7 @@ jobs: - name: install quictls run: | - QUICTLS_EXTRA_ARGS="--cross-compile-prefix=${{ matrix.platform.arch }}- ${{ matrix.platform.target }}" QUICTLS_VERSION=OpenSSL_1_1_1w-quic1 scripts/build-ssl.sh + QUICTLS_EXTRA_ARGS="--cross-compile-prefix=${{ matrix.platform.arch }}- ${{ matrix.platform.target }}" QUICTLS_VERSION=openssl-3.3.0+quic scripts/build-ssl.sh - name: Build run: |