]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add no-threads build to CI
authorHugo Landau <hlandau@openssl.org>
Wed, 17 May 2023 12:59:21 +0000 (13:59 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 24 May 2023 09:34:54 +0000 (10:34 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)

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

index 4eb15c629f973d2b0b87394720007de038253fc9..083bab7ad300822391acec7c74f6abdc24dc8eb9 100644 (file)
@@ -202,7 +202,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 enable-quic && perl configdata.pm --dump
+      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 enable-quic no-threads && perl configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: make test
index 86e5d23f52c48208632059430707192b3e00111b..bcc36163e58374d12348ee714c5a72df69e7ab87 100644 (file)
@@ -101,7 +101,7 @@ jobs:
     - name: config
       working-directory: _build
       run: |
-        perl ..\Configure --banner=Configured no-makedepend no-bulk no-deprecated no-fips no-asm -DOPENSSL_SMALL_FOOTPRINT
+        perl ..\Configure --banner=Configured no-makedepend no-bulk no-deprecated no-fips no-asm no-threads enable-quic -DOPENSSL_SMALL_FOOTPRINT
         perl configdata.pm --dump
     - name: build
       working-directory: _build