Skip to content

Commit

Permalink
ignore rmw_implementation for industrial to avoid missing zenoh error…
Browse files Browse the repository at this point in the history
… if used
  • Loading branch information
lreiher committed Oct 25, 2024
1 parent 4921850 commit 34f1bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ run-arm64:

.test:
variables:
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp # avoid missing rmw_zenoh_cpp errors, if used
UPSTREAM_WORKSPACE: ${BUILD_CONTEXT}/.repos
TARGET_WORKSPACE: ${BUILD_CONTEXT}
ADDITIONAL_DEBS: git
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ runs:
if: ${{ inputs.enable-industrial-ci == 'true' }}
uses: ros-industrial/industrial_ci@master
env:
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp # avoid missing rmw_zenoh_cpp errors, if used
UPSTREAM_WORKSPACE: ${{ inputs.build-context }}/.repos
TARGET_WORKSPACE: ${{ inputs.build-context }}
ADDITIONAL_DEBS: git
Expand Down

0 comments on commit 34f1bd1

Please sign in to comment.