Skip to content

Commit 1c7913c

Browse files
committed
gha: removes ROS 2 ICI upstream ws config (unused)
1 parent 2f47a5c commit 1c7913c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.ros2.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ jobs:
4444
# CXXFLAGS: -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
4545
CXXFLAGS: -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
4646
CLANG_TIDY_ARGS: --fix --fix-errors --format-style=file
47-
UPSTREAM_WORKSPACE: .github/workflows/upstream.ros2.rosinstall
4847
# Install and start xvfb for GLFW
4948
AFTER_INIT: ${{ matrix.render_backend == 'GLFW' && 'apt-get install -qy xvfb; Xvfb :99 &' || '' }}
5049
# Pull any updates to the upstream workspace
51-
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
5250
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
5351
# Clear ccache stats before and log the stats after the build
5452
AFTER_SETUP_CCACHE: ccache --zero-stats --max-size=10.0G
@@ -59,7 +57,6 @@ jobs:
5957
-DCMAKE_BUILD_TYPE=${{ matrix.env.CCOV && 'Debug' || 'Release'}}
6058
-DCMAKE_CXX_FLAGS="-Werror $CXXFLAGS${{ matrix.env.CCOV && ' --coverage -O2 -fno-omit-frame-pointer'}}"
6159
-DRENDER_BACKEND=${{ matrix.render_backend }}
62-
UPSTREAM_CMAKE_ARGS: -DCMAKE_CXX_FLAGS= -DCMAKE_CXX_STANDARD=17
6360
6461
CCACHE_DIR: ${{ github.workspace }}/.ccache
6562
BASEDIR: ${{ github.workspace }}/.work

0 commit comments

Comments
 (0)