Skip to content

Commit

Permalink
Fix prometheus-cpp failure (ray-project#6073)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and ericl committed Nov 3, 2019
1 parent 1a3e97c commit 8948855
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,12 @@ def ray_deps_setup():
)

# OpenCensus depends on jupp0r/prometheus-cpp
http_archive(
git_repository(
name = "com_github_jupp0r_prometheus_cpp",
strip_prefix = "prometheus-cpp-master",

commit = "5c45ba7ddc0585d765a43d136764dd2a542bd495",
# TODO(qwang): We should use the repository of `jupp0r` here when this PR
# `https://github.com/jupp0r/prometheus-cpp/pull/225` getting merged.
urls = ["https://github.com/jovany-wang/prometheus-cpp/archive/master.zip"],
sha256 = "d0c773da8af3db99c543dd0413f4427d835170eddfd517bfeba104236a8d2c07",
remote = "https://github.com/ray-project/prometheus-cpp.git",
)

http_archive(
Expand Down

0 comments on commit 8948855

Please sign in to comment.