Skip to content

Commit

Permalink
fix cobra failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xfiderek committed Jan 13, 2024
1 parent 3a19083 commit c511c20
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 @@ -153,7 +153,7 @@ build:
build-testing:
FROM +rosdep
RUN colcon build --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --no-warn-unused-cli
RUN colcon test --retest-until-pass 2 --ctest-args -LE "(ikos|xfail)" --pytest-args -m "not xfail"
RUN . install/setup.sh && colcon test --retest-until-pass 2 --ctest-args -LE "(ikos|xfail)" --pytest-args -m "not xfail"
RUN . install/setup.sh && ros2 run process_sarif make_build_archive
COPY +vcs-exact/exact.repos install/exact.repos
SAVE ARTIFACT log/build_results_archives/build_results_*.tar.bz2 AS LOCAL log/build_results_archives/
Expand All @@ -179,3 +179,4 @@ image:
ENTRYPOINT ["/ros_entrypoint.sh"]
CMD ["bash"]
SAVE IMAGE --push osrf/space-ros:latest

0 comments on commit c511c20

Please sign in to comment.