-
Notifications
You must be signed in to change notification settings - Fork 129
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
Unreproducable Build Issues with Recent Industrial CI Version #166
Comments
I'm sure this is a dumb question, but it says it is missing One of the ways I have seen things fail (after they were working) is when dependencies change. Because we don't rebuild when dependencies change, we can miss breaking changes. Of course, dependencies should be stable, but not always. |
Thanks for the report!
Most changes are unrelated..
Add install tags ;)
You can set the install option in your workspace, it should fail.
Travis introduced a cron job feature :) |
I's a feature! (see catkin/catkin_tools#427 (comment)) |
For now: |
Thanks for looking into this. I will try the suggested fix. It is probably not realistic for me to fix the build and install rules for all of the legacy code in our various big projects. Please do consider an opt out for those of us who never intended to use the install features. Especially if we've already disabled install testing through your existing feature. |
I would point out that the catkin wiki still indicates install rules as optional. http://wiki.ros.org/catkin/CMakeLists.txt |
I have already tried it locally, worked for me :)
The install testing is something different, it runs
The
Yes, install rules are optional, but so is CI testing ;) (Addtion: The wiki pages are outdated, the best documentation can be found in the API docs)
I totally understand your point! |
Well realistically, 99% of our software isn't close to "industrial" grade, so I scoff a bit, but I will make sure that future development follows the rules you outlined. Out of curiosity though, does the eventual removal of the I appreciate the help. |
If I understand you correctly: there will still be (or: there can still be) multiple |
Thanks for the suggestions. I'm closing this. |
Ths issue is now tracked in #176 |
Greetings, it's me again, your favorite user. I'm trying to do some work on the Godel project and I'm running into brand new build issues that do not show up on my PC even with a clean install.
So here's the deal:
Now for my questions:
catkin clean && catkin build
do not reproduce issues I see on travis with industrial_ci? Godel is too damn big and takes 20 minutes to even fail.Sorry for the trouble. Thanks for making a great tool for our community.
The text was updated successfully, but these errors were encountered: