-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install net-tools for ifconfig in docker image #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I don't think this requires CI to be merged
I think it might need CI for ARM given #75 |
I started a job just to make sure if got rid of the ifconfig missing issue: http://ci.ros2.org/job/ci_linux/2651/console It looks good, but I'll also run an ARM job as @dhood suggested. |
Now that I remember what originally caused that issue to appear, I also launched because it was the extra lines that are only in the turtlebot dockerfile that caused it to show up on ARM (#74) |
Thanks @dhood the ARM job passed docker and the issue was fixed: http://ci.ros2.org/job/ci_linux-aarch64/206/console I'll wait for the job you launched to get past docker before merging. |
@dhood did it fail in the same way? |
yes, unfortunately. there's an issue linked to in this comment that might have the permanent fix, but the temporary workaround is to merge lines in the dockerfile (we're hitting some layer limit) |
I'm going to try again with ab4085f |
My bad, I thought it was related to the type of command not the number of layers. Thanks @dhood for checking |
Maybe we should rename #75 accordingly now that we know more about the issue |
http://ci.ros2.org/job/ci_linux-aarch64/207/console is working, so I'll merge this. |
fixes ros2/build_farmer#26