Skip to content

Commit

Permalink
Merge pull request #102 from rlcee/ct_230628
Browse files Browse the repository at this point in the history
find missing include
  • Loading branch information
rlcee authored Jun 28, 2023
2 parents 4542802 + 60139d9 commit 3669f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/github/jenkins_tests/mu2e-offline-build-test/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ else
setup clang v14_0_6c

# run clang-tidy
CLANG_TIDY_ARGS="-extra-arg=-isystem$CLANG_FQ_DIR/include/c++/v1 -p . -j 24"
CLANG_TIDY_ARGS="-extra-arg=-isystem$CLANG_FQ_DIR/include/c++/v1 -extra-arg=-isystem$CLANG_FQ_DIR/include/x86_64-unknown-linux-gnu/c++/v1 -p . -j 24"
run-clang-tidy ${CLANG_TIDY_ARGS} ${CT_FILES} > $WORKSPACE/clang-tidy.log || exit 1
)

Expand Down

0 comments on commit 3669f05

Please sign in to comment.