Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Adapt to latest @graknlabs_bazel_distribution #63

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Adapt to latest @graknlabs_bazel_distribution #63

merged 1 commit into from
Sep 18, 2019

Conversation

vmax
Copy link
Contributor

@vmax vmax commented Sep 18, 2019

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?

  • Bump @graknlabs_build_tools's version
  • Uses workspace macros from most recent bazel-distribution version

@vmax vmax added this to the 1.5.5 milestone Sep 18, 2019
@vmax vmax requested a review from lolski September 18, 2019 13:56
# 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")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any chance we can use a slightly more descriptive name for whatever this is??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@flyingsilverfin this follows an established convention of naming macros which load Bazel repos from GitHub repositories: github_org_repo_name. By that logic, tcnksm_ghr is named like it is 🙂

@vmax vmax merged commit fd75800 into typedb:master Sep 18, 2019
@vmax vmax deleted the sync-bazel-distribution branch September 18, 2019 14:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants