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

Commit 8bcb145

Browse files
author
Ian Sturdy
authored
Temporarily pin the Prometheus repository to fix our build. (#151)
1 parent fadd989 commit 8bcb145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WORKSPACE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ cc_library(
9191
"""
9292
)
9393

94+
# TODO: Remove protobuf dependency and reset to head.
9495
http_archive(
9596
name = "com_github_jupp0r_prometheus_cpp",
96-
strip_prefix = "prometheus-cpp-master",
97-
urls = ["https://github.com/jupp0r/prometheus-cpp/archive/master.zip"],
97+
strip_prefix = "prometheus-cpp-a97127c9aeec8decb76cf3bec1fb9c9a0dd4a9fc",
98+
urls = ["https://github.com/jupp0r/prometheus-cpp/archive/a97127c9aeec8decb76cf3bec1fb9c9a0dd4a9fc.zip"],
9899
)
99100

100101
load("@com_github_jupp0r_prometheus_cpp//:repositories.bzl",

0 commit comments

Comments
 (0)