diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-02-08 10:11:46 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-02-09 12:03:52 +0100 |
commit | 2b5a5c87df23ee5b0344197174bf1219b04d2ebe (patch) | |
tree | 77222363f1f62d6c4b14cb2c902cd7e6a8cf8bf6 /.github/workflows/windows.yml | |
parent | Fix memory leaks on error cases during drbg initializations (diff) | |
download | openssl-2b5a5c87df23ee5b0344197174bf1219b04d2ebe.tar.xz openssl-2b5a5c87df23ee5b0344197174bf1219b04d2ebe.zip |
QUIC qlog: Enable qlog in Windows CI
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23517)
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5b88d12ca2..f271ca34fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,9 +22,9 @@ jobs: - windows-2022 platform: - arch: win64 - config: enable-fips + config: enable-fips enable-unstable-qlog - arch: win32 - config: --strict-warnings no-fips + config: --strict-warnings no-fips enable-unstable-qlog runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }} steps: - uses: actions/checkout@v4 @@ -155,7 +155,7 @@ jobs: # - windows-2022 platform: - arch: win64 - config: -DCMAKE_C_COMPILER=gcc --strict-warnings no-fips + config: -DCMAKE_C_COMPILER=gcc --strict-warnings no-fips enable-unstable-qlog # are we really learning sth new from win32? So let's save some CO2 for now disabling this # - arch: win32 # config: -DCMAKE_C_COMPILER=gcc --strict-warnings no-fips |