Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: setup build in local_fix_format #27060

Merged
merged 16 commits into from
May 1, 2023
4 changes: 4 additions & 0 deletions tools/local_fix_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ else
verbose=0
fi

if [[ "$BUILD_REASON" == "local-ci" ]]; then
. ci/build_setup.sh
fi

# Runs the formatting functions on the specified args, echoing commands
# if -vergbose was supplied to the script.
function format_one() {
Expand Down