Skip to content

Commit

Permalink
Back to desktop-full image after rolling sync
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed May 25, 2024
1 parent c433bb1 commit e8a15a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reusable_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
runs-on: ubuntu-latest
container:
# TODO: check if "desktop" is really needed for the builds or tests
# TODO(luca): Restore to this image once rolling-desktop-full is migrated to noble
# image: osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
image: ros:${{ matrix.ros_distribution }}
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
steps:
- name: create_blacklist
run: |
Expand All @@ -49,7 +47,7 @@ jobs:
echo "fun:*Eigen*" > ${{ github.workspace }}/blacklist.txt
fi
- name: Setup ROS
uses: ros-tooling/setup-ros@christophebedard/noble-install-libclang-rt-dev
uses: ros-tooling/setup-ros@d8f32e5
- name: install_tools
run: sudo apt update && sudo apt install -y ccache clang clang-tools lld wget python3-pip python3-colcon-coveragepy-result python3-colcon-lcov-result lcov
- name: set mixins
Expand Down

0 comments on commit e8a15a0

Please sign in to comment.