Skip to content

Commit

Permalink
Include rclcpp from-source in CI
Browse files Browse the repository at this point in the history
This is temporary to fix test failures due that are resolved by this fix upstream: ros2/rclcpp#1584
After the next Rolling sync, we can revert this commit.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Mar 26, 2021
1 parent 06d0c0c commit b2b3188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
with:
package-name: domain_bridge
target-ros2-distro: rolling
vcs-repo-file-url: ""
# Needed until the next Rolling sync
vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/ci.repos"
5 changes: 5 additions & 0 deletions .github/workflows/ci.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repositories:
rclcpp:
type: git
url: https://github.com/ros2/rclcpp.git
version: 8.1.0

0 comments on commit b2b3188

Please sign in to comment.