From 47bad7c2ec9cb2ce1f089776293966fd988ead88 Mon Sep 17 00:00:00 2001 From: Ben Barham Date: Fri, 1 Nov 2024 09:28:30 +1000 Subject: [PATCH] [Build] Update CMake to 3.29.8 3.29 has many fixes for Swift support, the most notable being that it now adds compile jobs separate to the link job. This has a huge benefit for the swift-foundation toolchain install, which can now just re-link rather than rebuild. --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index deb33f55bc07a..af6b4fb691840 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -151,7 +151,7 @@ "swift-xcode-playground-support": "main", "ninja": "v1.11.1", "yams": "5.0.6", - "cmake": "v3.24.2", + "cmake": "v3.29.8", "indexstore-db": "main", "sourcekit-lsp": "main", "swift-format": "main",