From 0ba9796fe85db47be0d1130a27b08070271ccc96 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Wed, 26 Jul 2023 07:52:43 +0200 Subject: [PATCH] Revert "Silent googletest warnings" This reverts commit 16af904e05c8f5334ca6ef9dc927e691f1fa79d1. The corresponding upstream fixes were merged into ament packages. --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e336a093b..8ce5174e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,9 +42,6 @@ jobs: UNDERLAY: /root/ws_moveit/install # TODO: Port to ROS2 # 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 CCACHE_DIR: ${{ github.workspace }}/.ccache BASEDIR: ${{ github.workspace }}/.work