-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Fix] Link error at docker build #1851
Conversation
Can build successfully. But |
That's because the Docker image builds Autoware with colcon, which puts the output in ./install instead of ./devel I'm ok with reverting to catkin in the Docker image, until we can ensure that all packages have an install target. Thoughts @amc-nu @sgermanserrano ? |
@esteve yes, I think keeping it with catkin now and aiming to move Docker also to colcon in v1.11 is best. We'll move gitlab-ci also in the next iteration |
I'll submit a PR reverting the colcon changes in Docker. |
@esteve Since many users build from source, how about deleting deprecated message in catkin_make_release, and adding some modification into colcon_release not to be used by normal users. I'm not sure why it worked when I tested the colcon PR. There might remain files built by catkin. |
I've submitted #1852 to use catkin in the Docker image |
@kfunaoka colcon works perfectly. |
@amc-nu Got it, I agree! How can we protect users who use colcon_release? |
colcon_release and run are not compatible at least now. |
Currently the message is only shown for 2 seconds then it works as usual. I think there is no need to do something else. |
Nice! Let's list the issue in Known Bug in the release note. |
Status
PRODUCTION
Description
Fix
Unable to build docker image for v1.10.0 RC1
autowarefoundation/autoware_ai#490Since https://github.com/pjreddie/darknet is no longer required for building Autoware,
it is removed from the Dockerfile.
Related PRs
Todos
Steps to Test or Reproduce