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
After every image build check that /opt/ros does not exist. If there is, it indicates that we missed an apt install of some ros package that in turn brings other dependencies. We should only build from source to not mix in packages from apt
Implementation considerations
Post build workflow check
The text was updated successfully, but these errors were encountered:
We should also inspect the workspace precedence of the colon generated install.sh scripts to make sure we don't have any unexpected underlays. If you look in the release images now you can see it actually sources the /opt/ros/humble/ local install... oops.
Feature description
After every image build check that /opt/ros does not exist. If there is, it indicates that we missed an apt install of some ros package that in turn brings other dependencies. We should only build from source to not mix in packages from apt
Implementation considerations
Post build workflow check
The text was updated successfully, but these errors were encountered: