I think the workspace caching isn't correctly working yet: In the succeeding master build, the target_ws was restored from cache, in the failing one not (for a reason I don't understand).
I'm afraid we need to remove the -pedantic flag for now because we cannot quickly adapt prbt_ikfast_manipulator_plugin in moveit_resources. In any case, we should understand the errornous caching. @tylerjw, do you have any insight?
We still have a serious issue in our GHA config: While the CI checks for PR #2691 (as well as the first master build after merging it) succeeded:
now builds are failing due to the
-pedantic
flag: https://github.com/ros-planning/moveit/actions/runs/885022060I think the workspace caching isn't correctly working yet: In the succeeding master build, the
target_ws
was restored from cache, in the failing one not (for a reason I don't understand).I'm afraid we need to remove the -pedantic flag for now because we cannot quickly adapt
prbt_ikfast_manipulator_plugin
inmoveit_resources
. In any case, we should understand the errornous caching. @tylerjw, do you have any insight?