We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031da95 commit 16af904Copy full SHA for 16af904
.github/workflows/ci.yaml
@@ -42,6 +42,9 @@ jobs:
42
UNDERLAY: /root/ws_moveit/install
43
# TODO: Port to ROS2
44
# DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
45
+ # Silent googletest warnings: https://github.com/ament/ament_cmake/pull/408#issuecomment-1306004975
46
+ UPSTREAM_WORKSPACE: github:ament/googletest#clalancette/update-to-gtest-1.11
47
+ AFTER_SETUP_UPSTREAM_WORKSPACE: dpkg --purge --force-all ros-rolling-gtest-vendor ros-rolling-gmock-vendor
48
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
49
CCACHE_DIR: ${{ github.workspace }}/.ccache
50
BASEDIR: ${{ github.workspace }}/.work
0 commit comments