aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.json b/build.json
index f784388c9d..a17df3cb79 100644
--- a/build.json
+++ b/build.json
@@ -615,7 +615,7 @@
},
{
"name": "pubsub_client_lib",
- "build": "private",
+ "build": "do_not_build",
"language": "c++",
"src": [
"examples/pubsub/label.proto",
@@ -2002,7 +2002,7 @@
},
{
"name": "pubsub_client",
- "build": "test",
+ "build": "do_not_build",
"run": false,
"language": "c++",
"src": [
@@ -2019,7 +2019,7 @@
},
{
"name": "pubsub_publisher_test",
- "build": "test",
+ "build": "do_not_build",
"language": "c++",
"src": [
"examples/pubsub/publisher_test.cc"
@@ -2036,7 +2036,7 @@
},
{
"name": "pubsub_subscriber_test",
- "build": "test",
+ "build": "do_not_build",
"language": "c++",
"src": [
"examples/pubsub/subscriber_test.cc"