From eb183171d257f4b3dd49b9f919627d2d54071f66 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Tue, 20 Oct 2020 02:18:39 +0200 Subject: [cmake] upgrade to 3.18 (#12612) Co-authored-by: JackBoosY Co-authored-by: Billy Robert O'Neal III --- .../azure-pipelines/windows/azure-pipelines.yml | 2 +- scripts/ci.baseline.txt | 6 +++++ scripts/vcpkgTools.xml | 30 +++++++++++----------- 3 files changed, 22 insertions(+), 16 deletions(-) (limited to 'scripts') diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml index 512e03af6..34916a09a 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: :: TRANSITION, get these tools on the VMs next time we roll them .\vcpkg.exe fetch cmake .\vcpkg.exe fetch ninja - set PATH=${{ variables.VCPKG_DOWNLOADS }}\tools\cmake-3.17.2-windows\cmake-3.17.2-win32-x86\bin;${{ variables.VCPKG_DOWNLOADS }}\tools\ninja-1.10.1-windows;%PATH% + set PATH=${{ variables.VCPKG_DOWNLOADS }}\tools\cmake-3.18.4-windows\cmake-3.18.4-win32-x86\bin;${{ variables.VCPKG_DOWNLOADS }}\tools\ninja-1.10.1-windows;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x86 -host_arch=x86 rmdir /s /q build.x86.debug > nul 2> nul cmake.exe -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DVCPKG_DEVELOPMENT_WARNINGS=ON -DVCPKG_WARNINGS_AS_ERRORS=ON -DVCPKG_BUILD_FUZZING=ON -B build.x86.debug -S toolsrc diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index da069b8d6..942288e26 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1835,3 +1835,9 @@ clapack:x86-windows=skip clapack:x64-uwp=skip lapack-reference:arm64-windows=skip lapack-reference:arm-uwp=skip + +# freetds upstream is gone +freetds:x86-windows=fail +freetds:x64-windows=fail +freetds:x64-windows-static=fail +freetds:arm64-windows=fail diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 3d3f899a5..04f5d192c 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -8,25 +8,25 @@ python-3.8.3-embed-win32.zip - 3.17.2 - cmake-3.17.2-win32-x86\bin\cmake.exe - https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-win32-x86.zip - 63bb3dc5a8683ed193025450620a70b8dd675eccba4a83882c96f21eda8994dd5b21854036a0c17f978bf31f67d1d1b33b416c7f6ffb0470c9f48c2e495d44c1 - cmake-3.17.2-win32-x86.zip + 3.18.4 + cmake-3.18.4-win32-x86\bin\cmake.exe + https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-win32-x86.zip + 77ab5b4720c5212cf477100588a20002f7f99a609ad5d5ffef4c163345d366ce9be98280c4f02ecb583d070668a8eb8a2b0baabd266f10c53589aac250f67f28 + cmake-3.18.4-win32-x86.zip - 3.17.2 - cmake-3.17.2-Darwin-x86_64/CMake.app/Contents/bin/cmake - https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-Darwin-x86_64.tar.gz - 804b06439c05b9cf36a988223b7dc47b06b8613cb4653989eff52aad5ab0fa312b8da1ac0c760ad101e74b2c9edaf5b119bd48617a5efb57dff9380ca74e54a9 - cmake-3.17.2-Darwin-x86_64.tar.gz + 3.18.4 + cmake-3.18.4-Darwin-x86_64/CMake.app/Contents/bin/cmake + https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Darwin-x86_64.tar.gz + 76efc2fc3562ae4087cb9f169dff5b18253402ec4afdfcf8b818f724efaab2c4aacb1baa5fe77db268413964b4272c91eed789991951ea11eeb67332be5a4c5b + cmake-3.18.4-Darwin-x86_64.tar.gz - 3.17.2 - cmake-3.17.2-Linux-x86_64/bin/cmake - https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-Linux-x86_64.tar.gz - 2afc023363c40b110d97d871fb9a8917643bba308ca0c029ee8fe1164db1c168e32b2c9d7647475d84efa290c1242357f7cf260ea4d1f92f5a829cf418955490 - cmake-3.17.2-Linux-x86_64.tar.gz + 3.18.4 + cmake-3.18.4-Linux-x86_64/bin/cmake + https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Linux-x86_64.tar.gz + 8be5c00dfb00597daae448060fcc612c5e5f0ff9483eb6786cd1c4123cadf15bf2bec1c7892c59792947188889d5a07a9df34190366636c9b8cea4bb1bc7454f + cmake-3.18.4-Linux-x86_64.tar.gz 3.12.4 -- cgit v1.2.3