Skip to content

Commit 215564b

Browse files
authored
Update reference to a fixed bazel distr with green build (#526)
We update the reference to the bazel-distribution with a [commit](typedb/bazel-distribution@425493c), that fixes Bazel build issues.
1 parent 4d5ce70 commit 215564b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def vaticle_bazel_distribution():
99
git_repository(
1010
name = "vaticle_bazel_distribution",
1111
remote = "https://github.com/vaticle/bazel-distribution",
12-
commit = "5e8c09ddbb20571c8a48651210494ac68fcf8ae7" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
12+
commit = "425493c9a92ef894b99b3b8071886dd2af8098cf" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_bazel_distribution
1313
)

0 commit comments

Comments
 (0)