summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-17 13:59:21 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-24 10:34:54 +0100
commitd4cb369f2dae284fa30df7d84616c150f8f03a01 (patch)
tree86dc0c048f40725f8c67dd59430fd0a826dec616 /.github/workflows/windows.yml
parent629b408c12c56b2c9e3279de8658718e8dd658a2 (diff)
Add no-threads build to CI
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20856)
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 86e5d23f52..bcc36163e5 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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