Skip to content

Commit

Permalink
Removes maliput_drake from CI. (#860)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone authored Sep 28, 2023
1 parent 91d2ee8 commit 50ffd8e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ repositories:
type: git
url: https://github.com/maliput/maliput_dragway
version: main
maliput_drake:
type: git
url: https://github.com/maliput/maliput_drake
version: main
maliput_malidrive:
type: git
url: https://github.com/maliput/maliput_malidrive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
rosdep update;
rosdep update --include-eol-distros;
rosdep install -i -y --rosdistro ${ROS_DISTRO} --from-paths src
- name: install drake
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
rosdep update
rosdep update --include-eol-distros;
rosdep install -i -y --rosdistro ${ROS_DISTRO} --from-paths src
- name: install drake
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
rosdep update;
rosdep update --include-eol-distros;
rosdep install -i -y --rosdistro ${ROS_DISTRO} --from-paths src
- name: install drake
shell: bash
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ if(BUILD_DOCS)
ament_doxygen_generate(doxygen_delphyne
CONFIG_OVERLAY doc/Doxyfile.overlay.in
DEPENDENCIES maliput maliput_py
TEST_ON_WARNS
)
add_definitions(-DBUILD_DOCS)
else()
Expand Down

0 comments on commit 50ffd8e

Please sign in to comment.