Add Windows build with enable-fips no-thread-pool no-quic

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Hugo Landau <hlandau@devever.net>
(Merged from https://github.com/openssl/openssl/pull/25378)

(cherry picked from commit ecab977464)
This commit is contained in:
Tomas Mraz 2024-09-04 09:27:52 +02:00
parent 01bcc5a732
commit d1f4f3e5fe

View file

@ -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) }}