]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: verify 1448 2046 2047 in IDN Unicode jobs
authorViktor Szakats <commit@vsz.me>
Mon, 15 Jul 2024 01:16:03 +0000 (03:16 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 15 Jul 2024 22:47:22 +0000 (00:47 +0200)
These IDN tests pass with Unicode and fail without.

Follow-up to cb22cfca69bded45bf7f9c72c8e6764990490f11 #14077
Closes #14188

.github/workflows/windows.yml

index 3b2aa6f818cef48ceef7e7798d1e69bf8e1e9cc3..c6c4c9d1a8e3c1777ee25bc707b4a9a0d5d10ad2 100644 (file)
@@ -654,7 +654,10 @@ jobs:
         run: |
           export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ~FTP ${{ matrix.tflags }}'
           if [[ '${{ matrix.config }}' = *'-DUSE_WIN32_IDN=ON'* ]]; then
-            TFLAGS+=' ~165 ~1448 ~2046 ~2047'
+            TFLAGS+=' ~165'
+            if [[ '${{ matrix.config }}' != *'-DENABLE_UNICODE=ON'* ]]; then
+              TFLAGS+=' ~1448 ~2046 ~2047'
+            fi
           fi
           PATH="$PWD/bld/lib:$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.arch }}-${{ matrix.plat }}/bin:$PATH"
           cmake --build bld --config '${{ matrix.type }}' --target test-ci