Skip to content

Commit

Permalink
Don't check arch and os when installing RPMs
Browse files Browse the repository at this point in the history
Update to newest rpm bazel rules which don't perform the mentioned
checks. Allows installing from e.g. Mac OS when rpm is installed there.
  • Loading branch information
rmohr committed Mar 7, 2019
1 parent e9fba9b commit 0c815ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ _go_image_repos()

http_archive(
name = "io_bazel_rules_container_rpm",
sha256 = "7ace5bc7aa10697196d3c48ef5d73b0fc52b6e27c0bad3ce10751f66c5cc383c",
strip_prefix = "rules_container_rpm-0.0.3",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.3.tar.gz"],
sha256 = "b419c25576e148e537a93fafdc10cb78faf1174558d853754727b586793e71d1",
strip_prefix = "rules_container_rpm-0.0.4",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.4.tar.gz"],
)

# Get container-disk-v1alpha RPM's
Expand Down

0 comments on commit 0c815ee

Please sign in to comment.