Skip to content

Commit

Permalink
bazel: update repo-infra dependency to fix bazel 0.24+ (requires 0.23+)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Mar 29, 2019
1 parent 7a478a4 commit 3fed776
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/root/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ http_archive(

load("@bazel_skylib//lib:versions.bzl", "versions")

versions.check(minimum_bazel_version = "0.18.0")
versions.check(minimum_bazel_version = "0.23.0")

http_archive(
name = "io_k8s_repo_infra",
sha256 = "2cc74219eafebb0af1e0cf80b9c2b78aac9aa570de762bfb82b83e9164be9da2",
strip_prefix = "repo-infra-b461270ab6ccfb94ff2d78df96d26f669376d660",
urls = mirror("https://github.com/kubernetes/repo-infra/archive/b461270ab6ccfb94ff2d78df96d26f669376d660.tar.gz"),
sha256 = "4a8384320fba401cbf21fef177aa113ed8fe35952ace98e00b796cac87ae7868",
strip_prefix = "repo-infra-df02ded38f9506e5bbcbf21702034b4fef815f2f",
urls = mirror("https://github.com/kubernetes/repo-infra/archive/df02ded38f9506e5bbcbf21702034b4fef815f2f.tar.gz"),
)

http_archive(
Expand Down

0 comments on commit 3fed776

Please sign in to comment.