From 7da7c10bbccb30bc2ff0a80d7e5a159f3c86e36a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 14 Aug 2024 00:12:39 -0700 Subject: Disable TLS tests on Windows due to downrev vcpkg mbed --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3-70-g09d2