From d1f4f3e5fe9691f9dbfefbb57e42e2057b735a2c 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 a65229fb010..25296287752 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