Silent googletest warnings

This commit is contained in:
Robert Haschke 2023-01-05 10:46:20 +01:00
parent 031da95894
commit 16af904e05

View File

@ -42,6 +42,9 @@ jobs:
UNDERLAY: /root/ws_moveit/install UNDERLAY: /root/ws_moveit/install
# TODO: Port to ROS2 # TODO: Port to ROS2
# DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master" # DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
# Silent googletest warnings: https://github.com/ament/ament_cmake/pull/408#issuecomment-1306004975
UPSTREAM_WORKSPACE: github:ament/googletest#clalancette/update-to-gtest-1.11
AFTER_SETUP_UPSTREAM_WORKSPACE: dpkg --purge --force-all ros-rolling-gtest-vendor ros-rolling-gmock-vendor
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache
BASEDIR: ${{ github.workspace }}/.work BASEDIR: ${{ github.workspace }}/.work