From: Tomas Mraz Date: Mon, 12 Feb 2024 09:59:27 +0000 (+0100) Subject: os-zoo.yml: Do not add enable-unstable-qlog as this CI tests all branches X-Git-Tag: openssl-3.3.0-alpha1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ace3afa087bc52d9613fd0dcd2dae758d43bde2c;p=thirdparty%2Fopenssl.git os-zoo.yml: Do not add enable-unstable-qlog as this CI tests all branches The enable-unstable-qlog is enabled in windows.yml, which is sufficient for testing it on Windows. Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23550) --- diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 9ad8533471b..64a8fd33ce8 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -145,7 +145,7 @@ jobs: run: mkdir _build - name: config working-directory: _build - run: perl ..\Configure --banner=Configured no-makedepend enable-fips enable-unstable-qlog + run: perl ..\Configure --banner=Configured no-makedepend enable-fips - name: config dump working-directory: _build run: ./configdata.pm --dump