Skip to content

Commit

Permalink
Remove source install of gtest branch in CI (#2284)
Browse files Browse the repository at this point in the history
The PR branch has been removed by GitHub so that CI was using the
official release. The compile warnings have been fixed in a
more recent version.
  • Loading branch information
henningkayser authored Aug 2, 2023
1 parent 83892d6 commit f9f1804
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
ROS_DISTRO: rolling
IKFAST_TEST: true
CLANG_TIDY: pedantic
# Silent gmock/gtest warnings: https://github.com/ament/googletest/pull/21
AFTER_BUILD_UPSTREAM_WORKSPACE: |
git clone --quiet --branch clalancette/update-to-gtest-1.11 https://github.com/ament/googletest "${BASEDIR}/upstream_ws/src/googletest"
builder_run_build "/opt/ros/${ROS_DISTRO}" "${BASEDIR}/upstream_ws" --packages-select gtest_vendor gmock_vendor
- IMAGE: humble-ci
ROS_DISTRO: humble
- IMAGE: humble-ci-testing
Expand Down

0 comments on commit f9f1804

Please sign in to comment.