Skip to content

Commit

Permalink
windows: use DEFAULT_SSL_VERIFY_SERVER_CERT=0 option
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 23, 2024
1 parent 6eb6c2f commit 55b510b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: |
mkdir build
cd build
cmake -A x64 .. -DCMAKE_BUILD_TYPE=Release -DCLIENT_PLUGIN_DIALOG=static -DCLIENT_PLUGIN_SHA256_PASSWORD=static -DCLIENT_PLUGIN_CACHING_SHA2_PASSWORD=static
cmake -A x64 .. -DCMAKE_BUILD_TYPE=Release -DCLIENT_PLUGIN_DIALOG=static \
-DCLIENT_PLUGIN_SHA256_PASSWORD=static \
-DCLIENT_PLUGIN_CACHING_SHA2_PASSWORD=static \
-DDEFAULT_SSL_VERIFY_SERVER_CERT=0
cmake --build . -j 8 --config Release
cmake -DCMAKE_INSTALL_PREFIX=c:/mariadb-connector -DCMAKE_INSTALL_COMPONENT=Development -DCMAKE_BUILD_TYPE=Release -P cmake_install.cmake
Expand Down

0 comments on commit 55b510b

Please sign in to comment.