-
Notifications
You must be signed in to change notification settings - Fork 97
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
Stop building unnecessary packages on indigo to speed up travis #1179
Stop building unnecessary packages on indigo to speed up travis #1179
Conversation
With jsk-ros-pkg#1017, whole jsk_3rdparty is included in workspace on travis for jsk_fetch_startup, but we need respeaker_ros only Also see jsk-ros-pkg#1171 (comment)
@knorth55 @YutoUchimi |
@k-okada |
Thank you!!! |
Includes #1171
With #1017, whole jsk_3rdparty is included in workspace on travis (created with
.travis.rosinstall.indigo
) for jsk_fetch_startup.But actually, we need respeaker_ros only.
Also see #1171 (comment)
Other minor fix: upload apt-cacher-ng cache to speed up rosdep install (effective from second time)
See #1171 (comment)