Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/use-hpp-for-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
TSNoble authored Nov 17, 2024
2 parents 603ba86 + 91b47a6 commit 4340e08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . src/moveit2
RUN \
# Update apt package list as previous containers clear the cache
apt-get -q update && \
apt-get -q -y upgrade --with-new-pkgs && \
apt-get -q -y upgrade && \
#
# Install some base dependencies
apt-get -q install --no-install-recommends -y \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
CLANG_TIDY: pedantic
- IMAGE: humble-ci
ROS_DISTRO: humble
- IMAGE: humble-ci-testing
ROS_DISTRO: humble
- IMAGE: jazzy-ci
ROS_DISTRO: jazzy
- IMAGE: jazzy-ci-testing
ROS_DISTRO: jazzy
env:
# TODO(andyz): When this clang-tidy issue is fixed, remove -Wno-unknown-warning-option
# https://stackoverflow.com/a/41673702
Expand Down
5 changes: 0 additions & 5 deletions moveit2_humble.repos

This file was deleted.

5 changes: 0 additions & 5 deletions moveit2_iron.repos

This file was deleted.

0 comments on commit 4340e08

Please sign in to comment.