From dc1409685f9b8a89f3c3072525f5ec7c3b98e1e5 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Sat, 1 Feb 2025 22:02:04 -0700 Subject: [PATCH] python: pgo-llvm-builder: cmake 3.31.5 Signed-off-by: Nathan Chancellor --- .../mkosi.postinst.d/01-modern-cmake.fish.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pgo-llvm-builder/mkosi.postinst.d/01-modern-cmake.fish.chroot b/python/pgo-llvm-builder/mkosi.postinst.d/01-modern-cmake.fish.chroot index 51536406..fea2aeec 100755 --- a/python/pgo-llvm-builder/mkosi.postinst.d/01-modern-cmake.fish.chroot +++ b/python/pgo-llvm-builder/mkosi.postinst.d/01-modern-cmake.fish.chroot @@ -1,7 +1,7 @@ #!/usr/bin/env fish # Description: Download and install a more modern version of cmake, which is required for newer LLVM releases -set cmake_version 3.31.4 +set cmake_version 3.31.5 switch $ARCHITECTURE case arm64