From ace3afa087bc52d9613fd0dcd2dae758d43bde2c Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 12 Feb 2024 10:59:27 +0100 Subject: [PATCH] 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) --- .github/workflows/os-zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 9ad8533471bdb..64a8fd33ce8bb 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