From c5f5861d8d7c872284f84f7ed58c273b33de66f3 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 4 Sep 2024 09:27:52 +0200 Subject: [PATCH] Add Windows build with enable-fips no-thread-pool no-quic Reviewed-by: Neil Horman Reviewed-by: Tom Cosgrove Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/25378) (cherry picked from commit ecab977464be75bc8b24e10e88d19b629fe6e0d4) --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 27a34bd58d1..8c0382502d6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,6 +23,8 @@ jobs: platform: - arch: win64 config: enable-fips + - arch: win64 + config: enable-fips no-thread-pool no-quic - arch: win32 config: --strict-warnings no-fips runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }} -- 2.47.2