Skip to content
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

Do not specify buildcache in colcon_defaults #6

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

traversaro
Copy link
Contributor

buildcache support is quite cool, but as the buildcache installation is not managed by pixi, it breaks just running pixi run sync && pixi run colcon build locally. In this PR I remove the setting of buildcache in colcon_defaults, and move it to the GitHub Actions yaml. After I added the environment variable (see https://cmake.org/cmake/help/v3.29/envvar/CMAKE_LANG_COMPILER_LAUNCHER.html#envvar:CMAKE_%3CLANG%3E_COMPILER_LAUNCHER), I noticed that we were adding the same values also via --cmake-args , but to be honest I do not know if that worked.

@mjcarroll mjcarroll merged commit f475719 into mjcarroll:main Apr 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants