Skip to content

Commit 5fc0b92

Browse files
vmaxhaikalpribadi
authored andcommitted
Adapt to latest @graknlabs_bazel_distribution (#79)
## What is the goal of this PR? Newest changes in `bazel-distribution` (typedb/bazel-distribution#181) are backwards-incompatible. ## What are the changes implemented in this PR? Use workspace macros from most recent `bazel-distribution` version
1 parent 766b895 commit 5fc0b92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WORKSPACE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ antlr_dependencies()
9090
# Load Distribution dependencies #
9191
##################################
9292

93-
# TODO: rename the macro we load here to deploy_github_dependencies
94-
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "github_dependencies_for_deployment")
95-
github_dependencies_for_deployment()
93+
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "tcnksm_ghr")
94+
tcnksm_ghr()
95+
96+
load("@graknlabs_bazel_distribution//common:dependencies.bzl", "bazelbuild_rules_pkg")
97+
bazelbuild_rules_pkg()
9698

9799

98100
#####################################

0 commit comments

Comments
 (0)