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

Revamp test_rclcpp to compile far few files. #535

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

clalancette
Copy link
Contributor

Instead of recompiling the tests multiple times for each RMW, instead just compile it once and use the RMW_IMPLEMENTATION environment variable to control which RMW gets used. On my machine, this sped up
compilation by about 2x, and should reduce the number of times our coverage jobs fail because they run out of memory.

Instead of recompiling the tests multiple times for
each RMW, instead just compile it once and use the
RMW_IMPLEMENTATION environment variable to control
which RMW gets used.  On my machine, this sped up
compilation by about 2x, and should reduce the number
of times our coverage jobs fail because they run out
of memory.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette clalancette merged commit 2144c02 into rolling Feb 15, 2024
3 checks passed
@clalancette clalancette deleted the clalancette/less-compilation branch February 15, 2024 13:38
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.

None yet

2 participants