-
Bug
-
Resolution: Fixed
-
Blocker
Jenkins: 2.277.1
Windows 10
My problem is that the install from cmake.org doesn't work for newer versions of cmake.
Judging by a previous installed version:
https://cmake.org/files/v3.19/cmake-3.19.0-win32-x86.zip
It would mean that the URL it's trying to request for me is probably:
https://cmake.org/files/v3.20/cmake-3.20.2-win32-x86.zip
Full error:
ERROR: Install from cmake.org [CMake]: No cmake download known for OS `Windows 10` and arch `amd64`.
I also get the same type of error when running against a Linux node:
ERROR: Install from cmake.org [CMake]: No cmake download known for OS `Linux` and arch `amd64`.
Though I'm not entirely sure how it ends up with the final URL. It does appear that it searches through a list it gets from somewhere rather than building it.
It looks like newer versions of cmake have been moved to GitHub for download. So I was wondering if this is the only problem and it might not be too difficult to fix? I can look into it with some pointers into how the URL is chosen.
edit
I see, it has changed from win32-x86 to windows-x86_x64 in cmake.org.
Thanks