-
Notifications
You must be signed in to change notification settings - Fork 307
Update travis config and rosinstall for noetic #439
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
Update travis config and rosinstall for noetic #439
Conversation
* Migrate to new industrial_ci See https://github.com/ros-industrial/industrial_ci/blob/master/doc/migration_guide.md * Remove deprecated option ROS_PARALLEL_TEST_JOBS * Update UPSTREAM_WORKSPACE
271e918
to
1b54a4a
Compare
1b54a4a
to
63c56cf
Compare
Co-Authored-By: Mathias Lüdtke <[email protected]>
bca69ad
to
6276a1b
Compare
@ipa-mdl @matthew-reynolds I had to juggle a bunch to get this to pass. The Python2-Python3 switch broke string comparisons in one of the tests I had to chase and it also seems that rostests run from install space which means we have to install most of the test-related stuff. |
I'll go ahead with the merge as thsi is now blocking a bunch of other PR-s. Happy to accomodate any changes post-merge |
This PR seems to have broken deb install on Noetic as now the package installs gtest in a common location that is conflicting with other ROS packages doing the same:
(I just tried to install ros-noetic-* and am not relying of the deb of this package) |
@mikaelarguedas I think this is resolved by ros/catkin#1135 which has finally been merged. Let me know if not and I'll look into if we're doing anything weird here, but I think our CMakeLists are pretty standard. |
That makes sense, thanks for the pointer 👍 |
No description provided.