Skip to content

Commit bb1695c

Browse files
committed
[#24349] Temporarily patch copied Fast DDS config example in docker test
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent e06316d commit bb1695c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/docker/ddsrouter/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ 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+
sed -i 's/cmake_minimum_required(VERSION 3.28)/cmake_minimum_required(VERSION 3.20)/' src/configuration/CMakeLists.txt && \
6667
colcon build --event-handlers console_direct+ --cmake-args -DLOG_INFO=ON -DSECURITY=ON
6768

6869
COPY run.bash /root/run.bash

0 commit comments

Comments
 (0)