From: Tomas Mraz Date: Wed, 4 Sep 2024 07:27:52 +0000 (+0200) Subject: Add Windows build with enable-fips no-thread-pool no-quic X-Git-Tag: openssl-3.5.0-alpha1~1151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecab977464be75bc8b24e10e88d19b629fe6e0d4;p=thirdparty%2Fopenssl.git 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) --- 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) }}