-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt @graknlabs_bazel_distribution to @rules_pkg (#181)
## What is the goal of this PR? Reduce potential tech debt and allow further upgrade to Bazel 0.29.1 and Python 3 by no longer using built-in obsolete `pkg_deb`/`pkg_rpm`/`pkg_tar` rules ## What are the changes implemented in this PR? - `common/java_deps.bzl` :`depset` is no longer iterable in `bazel 0.29.1` [`--incompatible_depset_is_not_iterable=true` by default], therefore we have to first convert it into a list - add reference to `bazelbuild_rules_pkg` which now provide now-deprecated `pkg_deb`/`pkg_rpm`/`pkg_tar` - remove `apt/pkg_deb_modified_from_bazel` package since it's no longer needed - rename `github_dependencies_for_deployment` to `tcnksm_ghr` for macros to have consistent naming - add default `release` to RPM targets (it's now a required attribute) - chore: regenerate docs
- Loading branch information
Max Vorobev
authored
Sep 18, 2019
1 parent
1ec7e2d
commit d4a7864
Showing
15 changed files
with
24 additions
and
1,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.