Skip to content

Commit

Permalink
Cherry picking changes from PR 6073
Browse files Browse the repository at this point in the history
This PR contains changes that help with memory issues
ray-project#6073
  • Loading branch information
Edilmo committed Feb 10, 2020
1 parent 370594f commit c5162b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ 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"],
remote = "https://github.com/ray-project/prometheus-cpp.git",
)

0 comments on commit c5162b4

Please sign in to comment.