ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Cmake version for ARM builds (Currently 3.10.2) #989

Closed novatel-applications-engineering closed 1 year ago

novatel-applications-engineering commented 1 year ago

Hello,

I am wondering if there is any plan to update the cmake version used on ARM builds? Is there a reason this specific version is used?

Thanks!

cottsay commented 1 year ago

The package versions available during buildfarm jobs should be the published versions for the corresponding target Linux distribution. For ROS Melodic, that should follow Ubuntu Bionic, which currently publishes version 3.10.2.

Is there another scenario where you're seeing CMake 3.10.2?

novatel-applications-engineering commented 1 year ago

Thanks for the information, that is what I wanted to know.