mirror of
https://github.com/openssl/openssl.git
synced 2025-03-13 19:47:47 +08:00
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)
This commit is contained in:
parent
f0fd24d5f3
commit
ecab977464
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user