From fdb43643b309f2882887e63c108bcc079a18c6d0 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Wed, 11 Oct 2017 17:40:48 +0200 Subject: Fix failing srcs_test for newly added pprof ci.bazel.io started failing after 8e04f24517feb48024f21aa2cf672550463107cf: https://ci.bazel.io/blue/rest/organizations/jenkins/pipelines/bazel-tests/runs/1081/nodes/26/steps/226/log/?start=0 This cl fixes the failing test. Change-Id: If31aeee66deb2312fa8c643aa3f85ce58c00bef2 RELNOTES: None. --- third_party/pprof/BUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'third_party/pprof') diff --git a/third_party/pprof/BUILD b/third_party/pprof/BUILD index faa199b6ee..0fb1b97fad 100644 --- a/third_party/pprof/BUILD +++ b/third_party/pprof/BUILD @@ -2,6 +2,11 @@ package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 +filegroup( + name = "srcs", + srcs = glob(["**"]), +) + proto_library( name = "profile_proto", srcs = ["profile.proto"], -- cgit v1.2.3