Skip to content

Commit 31ffe5b

Browse files
Back to desktop-full image after rolling sync
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent c433bb1 commit 31ffe5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/reusable_build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
container:
3939
# TODO: check if "desktop" is really needed for the builds or tests
40-
# TODO(luca): Restore to this image once rolling-desktop-full is migrated to noble
41-
# image: osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
42-
image: ros:${{ matrix.ros_distribution }}
40+
image: osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
4341
steps:
4442
- name: create_blacklist
4543
run: |
@@ -49,7 +47,7 @@ jobs:
4947
echo "fun:*Eigen*" > ${{ github.workspace }}/blacklist.txt
5048
fi
5149
- name: Setup ROS
52-
uses: ros-tooling/setup-ros@christophebedard/noble-install-libclang-rt-dev
50+
uses: ros-tooling/setup-ros@d8f32e519cd758bc3a3ffa0bf13ec77544aae30f
5351
- name: install_tools
5452
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
5553
- name: set mixins

0 commit comments

Comments
 (0)