Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #21183: Install valgrind in alternative builds job
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
EduPonz committed Jun 19, 2024

Verified

This commit was signed with the committer’s verified signature.
Vlatombe Vincent Latombe
1 parent 6f1e400 commit c781520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -710,7 +710,7 @@ jobs:
- name: Install apt dependencies
uses: eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
with:
packages: libasio-dev libtinyxml2-dev libssl-dev
packages: libasio-dev libtinyxml2-dev libssl-dev valgrind
update: false
upgrade: false

@@ -750,7 +750,7 @@ jobs:
uses: eProsima/eProsima-CI/multiplatform/colcon_build@v0
with:
colcon_meta_file: ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_build.meta
colcon_build_args: ${{ inputs.colcon-args }}
colcon_build_args: ${{ inputs.colcon-args }} --packages-up-to fastdds
cmake_args: '-DPROFILING_TESTS=ON ${{ inputs.cmake-args }}'
cmake_args_default: ${{ env.colcon-build-default-cmake-args }}
cmake_build_type: ${{ matrix.cmake-build-type }}

0 comments on commit c781520

Please sign in to comment.