We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would like to add the release flag to catkin builds so that our resulting docker images run faster.
catkin builds are called with catkin_make install -DCMAKE_BUILD_TYPE=Release
catkin_make install -DCMAKE_BUILD_TYPE=Release
CARMASystem_3.3.0
Builds are called with catkin_make install
catkin_make install
run build-image.sh
Link to related tickets or prior related work here.
The text was updated successfully, but these errors were encountered:
jtbaird
No branches or pull requests
Types of Issue
Descriptive summary
We would like to add the release flag to catkin builds so that our resulting docker images run faster.
Expected behavior
catkin builds are called with
catkin_make install -DCMAKE_BUILD_TYPE=Release
Software version this applies to
CARMASystem_3.3.0
Actual behavior
Builds are called with
catkin_make install
Steps to reproduce the behavior
run build-image.sh
Related work
Link to related tickets or prior related work here.
The text was updated successfully, but these errors were encountered: