We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c1158 commit 91a6254Copy full SHA for 91a6254
1 file changed
.github/docker/ddsrouter/Dockerfile
@@ -63,6 +63,8 @@ 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
+ : "TODO: Temporary workaround for GitHub Actions (Ubuntu 22.04) CMake compatibility. " \
67
+ : "Remove once CI CMake 3.28 compilation is fixed."; \
68
sed -i 's/cmake_minimum_required(VERSION 3.28)/cmake_minimum_required(VERSION 3.20)/' src/configuration/CMakeLists.txt && \
69
colcon build --event-handlers console_direct+ --cmake-args -DLOG_INFO=ON -DSECURITY=ON
70
0 commit comments