From 6a7686e9a86d663e6870ebc34bb531fc01157dc9 Mon Sep 17 00:00:00 2001 From: Tyler Fedrizzi <32143517+xxEoD2242@users.noreply.github.com> Date: Sat, 20 Jul 2024 11:57:35 -0400 Subject: [PATCH] Update test_ubuntu.yml --- .github/workflows/test_ubuntu.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_ubuntu.yml b/.github/workflows/test_ubuntu.yml index 46f92c9d9b..6d7aa5986f 100644 --- a/.github/workflows/test_ubuntu.yml +++ b/.github/workflows/test_ubuntu.yml @@ -34,12 +34,13 @@ jobs: source /opt/ros/*/setup.bash cd ros2 colcon build --cmake-args -DCMAKE_C_COMPILER=gcc-8 --cmake-args -DCMAKE_CXX_COMPILER=g++-8 - - - name: Build GazeboDrone - run: | - sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12 - ./clean.sh && ./build.sh --gcc - cd GazeboDrone - mkdir build && cd build - cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 .. - make + + # Removing support for GazeboDrone. Gazebo is dead. Long live AirSim/Colosseum. + # - name: Build GazeboDrone + # run: | + # sudo apt-get install -qq libgazebo9-dev gcc-12 g++-12 + # ./clean.sh && ./build.sh --gcc + # cd GazeboDrone + # mkdir build && cd build + # cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 .. + # make