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

Fix CI for Rolling / Ubuntu Noble #2793

Merged
merged 7 commits into from
May 23, 2024
Merged

Commits on Apr 15, 2024

  1. docker.yaml: Enable caching

    rhaschke committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4437710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e259ddb View commit details
    Browse the repository at this point in the history
  3. Skip broken ci-testing image

    osrf/ros2:testing doesn't contain /opt/ros!
    rhaschke committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bec810c View commit details
    Browse the repository at this point in the history
  4. use boost::timer::progress_display if available

    check for header to stay compatible with ubuntu 20.04.
    
    Support boost >= 1.83
    
    Slightly ugly due to the double alias, but boost::timer was a class
    before 1.72, so using `boost::timer::progress_display` in the code
    breaks with older versions.
    
    cherry-pick of #3547 from MoveIt1
    v4hn authored and rhaschke committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2bc2882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ca8f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    c06d073 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e943680 View commit details
    Browse the repository at this point in the history