File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ def prometheus_cpp_repositories():
4848 maybe (
4949 http_archive ,
5050 name = "net_zlib_zlib" ,
51- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
52- strip_prefix = "zlib-1.2.11 " ,
51+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
52+ strip_prefix = "zlib-1.3.1 " ,
5353 urls = [
54- "https://mirror.bazel.build/zlib.net/zlib-1.2.11 .tar.gz" ,
55- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
54+ "https://mirror.bazel.build/zlib.net/zlib-1.3.1 .tar.gz" ,
55+ "https://zlib.net/zlib-1.3.1 .tar.gz" ,
5656 ],
5757 build_file = "@com_github_jupp0r_prometheus_cpp//bazel:zlib.BUILD" ,
5858 )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ cc_library(
1010 copts = [
1111 "-w",
1212 "-Dverbose=-1",
13+ "-Wno-error=implicit-function-declaration",
1314 ],
1415 includes = ["."],
1516 visibility = ["//visibility:public"],
You can’t perform that action at this time.
0 commit comments