fixed target name so bazel basic build passes

pull/10687/head
Makarand Dharmapurikar 8 years ago
parent 4c0620b7df
commit be0fb725f6
  1. 4
      examples/BUILD
  2. 2
      tools/jenkins/run_bazel_basic_in_docker.sh

@ -33,12 +33,12 @@ load("//bazel:grpc_build_system.bzl", "grpc_proto_library")
grpc_proto_library(
name = "auth_sample",
srcs = ["auth_sample.proto"],
srcs = ["protos/auth_sample.proto"],
)
grpc_proto_library(
name = "hellostreamingworld",
srcs = ["hellostreamingworld.proto"],
srcs = ["protos/hellostreamingworld.proto"],
)
grpc_proto_library(

@ -39,4 +39,4 @@ git clone /var/local/jenkins/grpc /var/local/git/grpc
&& git submodule update --init --reference /var/local/jenkins/grpc/${name} \
${name}')
cd /var/local/git/grpc
bazel build --spawn_strategy=standalone --genrule_strategy=standalone :all test/... examples/cpp/...
bazel build --spawn_strategy=standalone --genrule_strategy=standalone :all test/... examples/...

Loading…
Cancel
Save