Upgrade to CMake 3.22#2543
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2543 +/- ##
=======================================
Coverage 27.29% 27.29%
=======================================
Files 228 228
Lines 19642 19642
Branches 4711 4711
=======================================
Hits 5361 5361
Misses 13803 13803
Partials 478 478 Continue to review full report in Codecov by Sentry.
|
|
Some of the extended CI jobs are failing because they only have 3.18.4 installed. @binary1248 how hard is it to get a newer CMake version on those machines? |
|
I upgraded CMake on my Raspberry Pi: https://snapcraft.io/install/cmake/raspbian |
|
All builders should be upgraded now. For reference if it is too hard to get a newer CMake somewhere you can always build it using the existing one: |
|
The raspbian job still needs it's CMake updated |
@binary1248 Your RaPi is still finding CMake 3.18 in its path somehow. |
|
Should be fixed now. |

Description
Closes #2511