diff --git a/tools/buildtools/update.py b/tools/buildtools/update.py index 2f9b4b8a8b1..43560c0af13 100755 --- a/tools/buildtools/update.py +++ b/tools/buildtools/update.py @@ -94,7 +94,9 @@ def main(argv): result = UpdateGNOnWindows() if result != 0: return result - return UpdateClangFormatOnWindows() + # TODO(zra): Re-enable clang-format download when gs is fixed for the bots. + # return UpdateClangFormatOnWindows() + return 0 if Update() != 0: return 1 return CopyClangFormat()