Skip to content

Commit

Permalink
Adapt to latest @graknlabs_bazel_distribution (#11)
Browse files Browse the repository at this point in the history
## 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?

- Uses workspace macros from most recent `bazel-distribution` version
  • Loading branch information
vmax authored Sep 18, 2019
1 parent e25b39e commit e83603a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ node_grpc_compile()
# Load Distribution dependencies #
##################################

# TODO: rename the macro we load here to deploy_github_dependencies
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "github_dependencies_for_deployment")
github_dependencies_for_deployment()
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "tcnksm_ghr")
tcnksm_ghr()

load("@graknlabs_bazel_distribution//common:dependencies.bzl", "bazelbuild_rules_pkg")
bazelbuild_rules_pkg()


#####################################
Expand Down

0 comments on commit e83603a

Please sign in to comment.