Skip to content

Commit 7358298

Browse files
committed
Refs #21267: compile fastdds_python package only
Signed-off-by: Mario Dominguez <[email protected]>
1 parent bcee860 commit 7358298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
321321
with:
322322
colcon_meta_file: ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_build.meta
323-
colcon_build_args: ${{ inputs.colcon-args }}
323+
colcon_build_args: ${{ inputs.colcon-args }} --packages-select fastdds_python
324324
cmake_args: '${{ env.security-cmake-flag }} ${{ inputs.cmake-args }}'
325325
cmake_args_default: ''
326326
cmake_build_type: ${{ matrix.cmake-build-type }}

0 commit comments

Comments
 (0)