Skip to content

Commit

Permalink
Bump Bazel Distribution for correct Apple code signing (#847)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
sam-butcher authored Nov 22, 2024
1 parent 620f7ce commit 190a524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def vaticle_bazel_distribution():
git_repository(
name = "vaticle_bazel_distribution",
remote = "https://github.com/vaticle/bazel-distribution",
commit = "425493c9a92ef894b99b3b8071886dd2af8098cf",
commit = "a44871f9c50b8840a5f8e78f56260681c7a93e0c",
)

def vaticle_dependencies():
Expand Down

0 comments on commit 190a524

Please sign in to comment.