mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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)
This commit is contained in:
parent
cb4f7a6ee0
commit
2b5a5c87df
2
.github/workflows/os-zoo.yml
vendored
2
.github/workflows/os-zoo.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
||||
run: mkdir _build
|
||||
- name: config
|
||||
working-directory: _build
|
||||
run: perl ..\Configure --banner=Configured no-makedepend enable-fips
|
||||
run: perl ..\Configure --banner=Configured no-makedepend enable-fips enable-unstable-qlog
|
||||
- name: config dump
|
||||
working-directory: _build
|
||||
run: ./configdata.pm --dump
|
||||
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user