Skip to content

Commit

Permalink
Base code quality CI on 'unstable' (master) tesseract docker container (
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Mar 5, 2024
1 parent febcd0f commit 0fae365
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ CheckOptions:
value: '1'
- key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
value: '1'
ExtraArgs:
- '-std=c++17'
...
6 changes: 3 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
TARGET_CMAKE_ARGS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
container:
image: ghcr.io/tesseract-robotics/tesseract:focal-0.21
image: ghcr.io/tesseract-robotics/tesseract:jammy-master
env:
CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.job_type }}/.ccache"
DEBIAN_FRONTEND: noninteractive
Expand All @@ -53,8 +53,8 @@ jobs:
uses: tesseract-robotics/colcon-action@v2
with:
before-script: source /opt/tesseract/install/setup.bash
ccache-prefix: ${{ matrix.distro }}
vcs-file: dependencies.repos
ccache-prefix: ${{ matrix.job_type }}
vcs-file: dependencies_unstable.repos
run-tests: false
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
target-path: target_ws/src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ class CompositeInstruction

} // namespace tesseract_planning

#include <tesseract_common/any_poly.h>
TESSERACT_INSTRUCTION_EXPORT_KEY(tesseract_planning, CompositeInstruction);
TESSERACT_ANY_EXPORT_KEY(tesseract_planning, CompositeInstruction);

Expand Down

0 comments on commit 0fae365

Please sign in to comment.