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

Allow to choose build options to accelerate build in PR #2251

Closed
jorisv opened this issue May 29, 2024 · 0 comments · Fixed by #2334
Closed

Allow to choose build options to accelerate build in PR #2251

jorisv opened this issue May 29, 2024 · 0 comments · Fixed by #2334
Labels
ci CI related issues

Comments

@jorisv
Copy link
Contributor

jorisv commented May 29, 2024

When building Pinocchio 3 with all options activated CI can last up to 4h. We should find a way to optionally activate build options.

This can be done by using label on a pull request:

  • build_with_all: All options
  • build_with_collision: BUILD_WITH_COLLISION_SUPPORT
  • build_with_urdf: BUILD_WITH_URDF_SUPPORT
  • build_with_sdf: BUILD_WITH_SDF_SUPPORT
  • build_with_autodiff: BUILD_WITH_AUTODIFF_SUPPORT
  • build_with_casadi: BUILD_WITH_CASADI_SUPPORT
  • build_with_codegen: BUILD_WITH_CODEGEN_SUPPORT
  • build_with_mpfr: BUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT
  • build_with_openmp: BUILD_WITH_OPENMP_SUPPORT
  • build_with_extra: BUILD_WITH_EXTRA_SUPPORT
  • build_with_accelerate: BUILD_WITH_ACCELERATE_SUPPORT

PR should be run with minimal options, and build_with_all should be activated before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI related issues
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant