]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add Windows build with enable-fips no-thread-pool no-quic
authorTomas Mraz <tomas@openssl.org>
Wed, 4 Sep 2024 07:27:52 +0000 (09:27 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Sep 2024 14:36:39 +0000 (16:36 +0200)
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)

.github/workflows/windows.yml

index a65229fb01017f40547285cc79fe8ed60de64930..25296287752a016aefe10e11498b95d25963b884 100644 (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) }}