-
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
[question] ccache in pre-release #667
Comments
This was only a work-around for ros-infrastructure/ros_buildfarm#695 and might not be needed anymore.
I am not sure if ros_buildfarm supports this (ros-infrastructure/ros_buildfarm#582 wasn't merged yet). |
At the moment |
Maybe |
Actually, industrial_ci/industrial_ci/src/tests/ros_prerelease.sh Lines 93 to 96 in bfc68c8
|
The ccache is forwarded properly, but it looks like |
See ros-infrastructure/ros_buildfarm#876 as well |
In our testing it seemed like pre-release wasn't using ccache but then I read the code for the pre-release test and I found these lines:
industrial_ci/industrial_ci/src/tests/ros_prerelease.sh
Lines 31 to 33 in e51bbf4
These don't reference the CCACHE_DIR but instead check for the existance of a specific directory. Does this work if I have the ccache directory somewhere else?
The text was updated successfully, but these errors were encountered: