aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-08-14 00:12:39 -0700
committerGarrett D'Amore <garrett@damore.org>2024-08-14 00:13:26 -0700
commit7da7c10bbccb30bc2ff0a80d7e5a159f3c86e36a (patch)
tree4257dffd112205e63ec2ccc06ec69bed824fb824
parent6e44a39d1dc02c6d9cc7d9ab66c53bed36a4ce9e (diff)
downloadnng-7da7c10bbccb30bc2ff0a80d7e5a159f3c86e36a.tar.gz
nng-7da7c10bbccb30bc2ff0a80d7e5a159f3c86e36a.tar.bz2
nng-7da7c10bbccb30bc2ff0a80d7e5a159f3c86e36a.zip
Disable TLS tests on Windows due to downrev vcpkg mbed
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 54a04cc3..2a031b2b 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -18,7 +18,9 @@ jobs:
github-binarycache: true
- name: Configure
- run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -D NNG_ENABLE_TLS=ON -B build
+ # TLS on Windows is not good because vcpkg is *old* mbedTLS 2.28, and we don't pass some newer tests.
+ # We should explore testing WolfSSL here instead.
+ run: cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -B build
- name: Build
run: cmake --build build