File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 uses : eProsima/eProsima-CI/multiplatform/colcon_build@v0
157157 with :
158158 colcon_meta_file : ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_build.meta
159- colcon_build_args : ${{ inputs.colcon-args }}
159+ colcon_build_args : ' --log-base /dev/null ${{ inputs.colcon-args }}'
160160 cmake_args : ' -DCOMPILE_TOOLS=OFF ${{ env.security-cmake-flag }} ${{ inputs.cmake-args }}'
161161 cmake_args_default : ${{ env.colcon-build-default-cmake-args }}
162162 cmake_build_type : ${{ matrix.cmake-build-type }}
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 uses : eProsima/eProsima-CI/windows/colcon_build@v0
139139 with :
140140 colcon_meta_file : ${{ github.workspace }}\src\fastdds\.github\workflows\config\fastdds_build.meta ${{ github.workspace }}\src\fastdds\.github\workflows\config\fastdds_test.meta
141- colcon_build_args : ${{ inputs.colcon-args }}
141+ colcon_build_args : ' --log-base nul ${{ inputs.colcon-args }}'
142142 # The following Fast DDS CMake options need to be specified here instead of in the meta files
143143 # because they vary from platform to platform
144144 cmake_args_default : ${{ inputs.cmake-args }} -T ${{ matrix.vs-toolset }} -DTHIRDPARTY_Asio=FORCE -DTHIRDPARTY_TinyXML2=FORCE -DTHIRDPARTY_fastcdr=OFF -DTHIRDPARTY_UPDATE=ON -DCOMPILE_EXAMPLES=ON -DEPROSIMA_EXTRA_CMAKE_CXX_FLAGS="/MP /WX"
You can’t perform that action at this time.
0 commit comments