summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/os-zoo.yml2
-rw-r--r--.github/workflows/windows.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml
index 64a8fd33ce..9ad8533471 100644
--- a/.github/workflows/os-zoo.yml
+++ b/.github/workflows/os-zoo.yml
@@ -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
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