Skip to content

Commit 6829be2

Browse files
authored
Update bazel-diff from 4.5 to 8.1.1... (#2088)
...and invoke it with --excludeExternalTargets so that it works properly in the presence of --noenable_workspace.
1 parent 0447f7a commit 6829be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildkite/bazelci.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588

589589
# TODO(fweikert): Install bazel-diff on the Docker images and on the Mac machines
590590
BAZEL_DIFF_URL = (
591-
"https://github.com/Tinder/bazel-diff/releases/download/4.5.0/bazel-diff_deploy.jar"
591+
"https://github.com/Tinder/bazel-diff/releases/download/8.1.1/bazel-diff_deploy.jar"
592592
)
593593

594594
AUTO_DIFFBASE_VALUES = frozenset(["1", "true", "auto"])
@@ -2579,6 +2579,7 @@ def run_bazel_diff(bazel_diff_path, old_workspace_dir, new_workspace_dir, bazel_
25792579
"-jar",
25802580
bazel_diff_path,
25812581
"generate-hashes",
2582+
"--excludeExternalTargets",
25822583
"-w",
25832584
repo_dir,
25842585
"-b",

0 commit comments

Comments
 (0)