We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06316d commit bb1695cCopy full SHA for bb1695c
1 file changed
.github/docker/ddsrouter/Dockerfile
@@ -63,6 +63,7 @@ RUN mkdir src && \
63
cd src/ddspipe && git checkout ${ddspipe_branch} && cd ../.. && \
64
cd src/ddsrouter && git checkout ${ddsrouter_branch} && cd ../.. && \
65
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 && \
67
colcon build --event-handlers console_direct+ --cmake-args -DLOG_INFO=ON -DSECURITY=ON
68
69
COPY run.bash /root/run.bash
0 commit comments