Skip to main content

One post tagged with "git"

View All Tags

Troubleshooting Bazel with Git Bisect

· 13 min read
Son Luong Ngoc
Solution Engineer @ BuildBuddy

Upgrading Bazel and the related dependencies can sometimes lead to unexpected issues. These issues can range from build failures to runtime errors, and generally, they can be hard to troubleshoot.

So today, we will discuss how to narrow down the root cause of build failures after a dependency upgrade using git bisect.