Skip to content

Commit 91a6254

Browse files
committed
[#24349] Applied revision
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent c4c1158 commit 91a6254

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/docker/ddsrouter/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ RUN mkdir src && \
6363
cd src/ddspipe && git checkout ${ddspipe_branch} && cd ../.. && \
6464
cd src/ddsrouter && git checkout ${ddsrouter_branch} && cd ../.. && \
6565
cp -r src/fastdds/examples/cpp/configuration src/. && \
66+
: "TODO: Temporary workaround for GitHub Actions (Ubuntu 22.04) CMake compatibility. " \
67+
: "Remove once CI CMake 3.28 compilation is fixed."; \
6668
sed -i 's/cmake_minimum_required(VERSION 3.28)/cmake_minimum_required(VERSION 3.20)/' src/configuration/CMakeLists.txt && \
6769
colcon build --event-handlers console_direct+ --cmake-args -DLOG_INFO=ON -DSECURITY=ON
6870

0 commit comments

Comments
 (0)