Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 5302c06

Browse files
authored
Build fix: prometheus bazel files changed. (#404)
jupp0r/prometheus-cpp#311
1 parent 47553b1 commit 5302c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ local_repository(
6565
path = "tools/zlib",
6666
)
6767

68-
# Load Prometheus dependencies individually since we load some of them above.
69-
load("@com_github_jupp0r_prometheus_cpp//:repositories.bzl", "load_civetweb")
68+
# Load Prometheus dependencies.
69+
load("@com_github_jupp0r_prometheus_cpp//bazel:repositories.bzl", "prometheus_cpp_repositories")
7070

71-
load_civetweb()
71+
prometheus_cpp_repositories()
7272

7373
# Google APIs - used by Stackdriver exporter.
7474
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")

0 commit comments

Comments
 (0)