You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly with issues described and linked to RobotLocomotion/drake#4464, current Drake version 1.25.0 can not be built with ccache.
The ROS 2 buildfarm uses ccache binaries although the compilation artifacts sharing is not actually in use, so I we can probably workaround the problem by removing the ccache binaries from the build package process, see ros-infrastructure/ros_buildfarm#1021.
The text was updated successfully, but these errors were encountered:
I'm of course fine with avoiding installing packages that aren't used.
In case they ever do get installed again in the build farm, I think the work-around for Drake is as simple as removing /usr/lib/ccache from $PATH before running the Drake build step -- or at least before any CMakeLists.txt tries to find the compiler.
Mainly with issues described and linked to RobotLocomotion/drake#4464, current Drake version 1.25.0 can not be built with ccache.
The ROS 2 buildfarm uses ccache binaries although the compilation artifacts sharing is not actually in use, so I we can probably workaround the problem by removing the ccache binaries from the build package process, see ros-infrastructure/ros_buildfarm#1021.
The text was updated successfully, but these errors were encountered: