]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Windows CI: Add some non-default options to check they are working
authorTomas Mraz <tomas@openssl.org>
Wed, 11 Oct 2023 09:05:37 +0000 (11:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Oct 2023 13:09:27 +0000 (15:09 +0200)
Some of the non-default options that enable more
code to be built need to be enabled in one of the
Windows builds to avoid regressions.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22347)

(cherry picked from commit 10767fd9db14b6eedfb0827f9e404c0d4b94424b)

.github/workflows/ci.yml
.github/workflows/windows.yml

index 4c4af6763fcdcb7058880cb4eba5b6bf8a2672bd..5fc3fe44b32cc454ea32c502feee4b77702a7b49 100644 (file)
@@ -180,7 +180,7 @@ jobs:
     - name: modprobe tls
       run: sudo modprobe tls
     - name: config
-      run: ./config --banner=Configured --strict-warnings no-ec enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-mdebug enable-crypto-mdebug-backtrace enable-egd enable-ktls enable-fips && perl configdata.pm --dump
+      run: ./config --banner=Configured --strict-warnings no-ec enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-mdebug enable-egd enable-ktls enable-fips && perl configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: make test
index 10005d35221d0228b21fb023681ebcfc0d082d3c..a3274457c3cf02c3783e2494758dc8f8b7aef0d5 100644 (file)
@@ -71,7 +71,7 @@ jobs:
     - name: config
       working-directory: _build
       run: |
-        perl ..\Configure --banner=Configured no-makedepend no-shared no-fips VC-WIN64A-masm
+        perl ..\Configure --banner=Configured no-makedepend no-shared no-fips enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-crypto-mdebug VC-WIN64A-masm
         perl configdata.pm --dump
     - name: build
       working-directory: _build