From fdca05487c2f74fee567b0ddcb4e1893daf4946e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 10 Jul 2026 23:49:58 +0900 Subject: internal/rosa/package/cmake: 4.3.4 to 4.4.0 This change also disables the bootstrap test because 4.4.0 broke the bootstrap test, and it makes little sense re-testing what has already succeeded. Signed-off-by: Ophestra --- internal/rosa/package/cmake/package.az | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'internal/rosa/package/cmake/package.az') diff --git a/internal/rosa/package/cmake/package.az b/internal/rosa/package/cmake/package.az index 4856f170..a98fc671 100644 --- a/internal/rosa/package/cmake/package.az +++ b/internal/rosa/package/cmake/package.az @@ -3,18 +3,15 @@ package cmake { website = "https://cmake.org"; anitya = 306; - version# = "4.3.4"; + version# = "4.4.0"; source = remoteGitHubRelease { suffix = "Kitware/CMake"; tag = "v"+version; name = "cmake-"+version+".tar.gz"; - checksum = "6A50pqarKDXKOCv7ffKMvWJWmNTVp_ep8KoaWwNdg-RYQRddgKbxayHveTo6jZ_7"; + checksum = "ZL0Y19_mSJWsl3dMjRRQJAaCvl4_PqbwpgUC1aBA-cdVdrK_gt4ylpUM2GMoQMku"; compress = gzip; }; - patches = [ - "bootstrap-test-no-openssl.patch", - "disable-broken-tests-musl.patch", - ]; + patches = [ "disable-broken-tests-musl.patch" ]; // test suite expects writable source tree writable = true; @@ -32,6 +29,7 @@ package cmake { "--"; "-DCMAKE_USE_OPENSSL": "OFF"; "-DCMake_TEST_NO_NETWORK": "ON"; + "-DCMake_TEST_BOOTSTRAP": "OFF"; }; check = [ -- cgit v1.3.1