Skip to content

Commit

Permalink
restore clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed May 18, 2023
1 parent 6281d14 commit 52c8a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/github/jenkins_tests/mu2e-offline-build-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function do_setupstep() {
}

function do_buildstep() {
muse build --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
muse build --mu2eCBD --debug=time -k --max-drift=1 --implicit-deps-unchanged -j 24 2>&1 | tee "${WORKSPACE}/scons.log"
return "${PIPESTATUS[0]}"
}

Expand Down
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 @@ -191,7 +191,7 @@ else

# make sure clang tools can find the compdb
# in an obvious location
mv gen/compile_commands.json .
cp ../build/*/compilation_db.json ./compile_commands.json

source /cvmfs/fermilab.opensciencegrid.org/products/common/etc/setups
setup mu2e
Expand Down

0 comments on commit 52c8a79

Please sign in to comment.