Skip to content

Commit

Permalink
Add ikos to skip-keys (#88)
Browse files Browse the repository at this point in the history
According to discussion space-ros/space-ros#126 (comment)
  • Loading branch information
xfiderek committed Jan 25, 2024
1 parent 8e15a89 commit 4efb9bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spaceros/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ rosdep:
--rosdistro ${ROSDISTRO} \
# `urdfdom_headers` is cloned from source, however rosdep can't find it.
# It is because package.xml manifest is missing. See: https://github.com/ros/urdfdom_headers
--skip-keys "$(tr '\n' ' ' < 'excluded-pkgs.txt') urdfdom_headers"
# Additionally, IKOS must be excluded as per: https://github.com/space-ros/docker/issues/99
--skip-keys "$(tr '\n' ' ' < 'excluded-pkgs.txt') urdfdom_headers ikos"
RUN rm excluded-pkgs.txt

build:
Expand Down

0 comments on commit 4efb9bf

Please sign in to comment.