Skip to content

Commit 190a524

Browse files
authored
Bump Bazel Distribution for correct Apple code signing (#847)
## Usage and product changes We increment bazel distribution to make use of the functionality introduced in typedb/bazel-distribution#419 ## Motivation See typedb/bazel-distribution#419. This issue was preventing release for Mac. ## Implementation Bump the dependency.
1 parent 620f7ce commit 190a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def vaticle_bazel_distribution():
88
git_repository(
99
name = "vaticle_bazel_distribution",
1010
remote = "https://github.com/vaticle/bazel-distribution",
11-
commit = "425493c9a92ef894b99b3b8071886dd2af8098cf",
11+
commit = "a44871f9c50b8840a5f8e78f56260681c7a93e0c",
1212
)
1313

1414
def vaticle_dependencies():

0 commit comments

Comments
 (0)