From 0c815ee432dbdb9a4012b872eda684cd516409ab Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Thu, 7 Mar 2019 09:48:59 +0100 Subject: [PATCH] Don't check arch and os when installing RPMs 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. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 5b4b28a04a7c..07b5b2c5b4f6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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