Skip to content

Commit

Permalink
Add replacement process on ansible role to avoid fix fastrtps build e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
tetsuya-t4 committed Nov 28, 2024
1 parent 18e6b67 commit c794f50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
src: /tmp/ros2.{{ ros_distro }}.ros_base.rosinstall
dest: "{{ ros_base_dir }}/ros2.{{ ros_distro }}.ros_base.rosinstall"
become: true
- name: "{{ block_name }}: fix fastrtsp version"

Check warning on line 322 in ansible/roles/ros2/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (fastrtsp)
shell: sed -i "s/release\/humble\/fastrtps\/2.6.9-1/release\/humble\/fastrtps\/2.6.8-1/" {{ ros_base_dir }}/ros2.{{ ros_distro }}.ros_base.rosinstall
become: true
- name: "{{ block_name }}: clone all repositories via vcs"
shell: vcs import src < ros2.{{ ros_distro }}.ros_base.rosinstall
args:
Expand Down

0 comments on commit c794f50

Please sign in to comment.