Skip to content

Commit

Permalink
os-zoo.yml: Do not add enable-unstable-qlog as this CI tests all bran…
Browse files Browse the repository at this point in the history
…ches

The enable-unstable-qlog is enabled in windows.yml,
which is sufficient for testing it on Windows.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #23550)
  • Loading branch information
t8m committed Feb 12, 2024
1 parent 925118e commit ace3afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: mkdir _build
- name: config
working-directory: _build
run: perl ..\Configure --banner=Configured no-makedepend enable-fips enable-unstable-qlog
run: perl ..\Configure --banner=Configured no-makedepend enable-fips
- name: config dump
working-directory: _build
run: ./configdata.pm --dump
Expand Down

0 comments on commit ace3afa

Please sign in to comment.