Skip to content

Commit

Permalink
find missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Jun 28, 2023
1 parent 4542802 commit 60139d9
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 60139d9

Please sign in to comment.