File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Checks: [
1212 -readability-magic-numbers,
1313 ]
1414
15+ ExtraArgs : [--gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/15]
16+
1517CheckOptions :
1618 misc-include-cleaner.IgnoreHeaders : bits/chrono.h
1719 readability-function-cognitive-complexity.IgnoreMacros : true
Original file line number Diff line number Diff line change 2020 env :
2121 ROS_DISTRO : ${{ matrix.ROS_DISTRO }}
2222 ROS_REPO : ${{ matrix.ROS_REPO }}
23- CMAKE_ARGS : ${{ matrix.ROS_DISTRO == 'rolling' && '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON -DCMAKE_CXX_FLAGS="--gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/15" ' || '' }}
23+ CMAKE_ARGS : ${{ matrix.ROS_DISTRO == 'rolling' && '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON' || '' }}
2424 steps :
2525 - name : Checkout repo
2626 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments