From 0617b16e930ce1e3d41d04b793dcc5188979a2ed Mon Sep 17 00:00:00 2001 From: Eric Miotto <1094986+edymtt@users.noreply.github.com> Date: Thu, 29 Jun 2023 07:46:37 -0700 Subject: [PATCH] Build CMake 3.24.2 in Linux CI bots for main, next and rebranch This would be needed to support the upcoming clang-1600 rebranch -- in there LLVM requires CMake 3.20 as per https://reviews.llvm.org/D151344 Note this will not take care of updating `cmake_minimum_required` in the build code -- we will consider doing this at a later time (possibly setting a different version that the one specified in `update-checkout.config.json`). Addresses rdar://111475397 --- utils/update_checkout/update-checkout-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 9e8df6cf6abbb..e23bca1e04003 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -119,7 +119,7 @@ "ninja": "release", "icu": "release-65-1", "yams": "5.0.1", - "cmake": "v3.19.6", + "cmake": "v3.24.2", "indexstore-db": "main", "sourcekit-lsp": "main", "swift-format": "main", @@ -163,7 +163,7 @@ "ninja": "release", "icu": "release-65-1", "yams": "5.0.1", - "cmake": "v3.19.6", + "cmake": "v3.24.2", "indexstore-db": "main", "sourcekit-lsp": "main", "swift-format": "main", @@ -494,7 +494,7 @@ "ninja": "release", "icu": "release-65-1", "yams": "5.0.1", - "cmake": "v3.19.6", + "cmake": "v3.24.2", "indexstore-db": "main", "sourcekit-lsp": "main", "swift-format": "main",