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:
parent
01bcc5a732
commit
d1f4f3e5fe
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue