summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-12-01 01:24:58 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-01 01:24:58 -0800
commit9e44a757edb7ba7155469d3305da32b3dc11c756 (patch)
tree41a922c34234c219c3fc868ae3ab01d85b6dcdf8 /BUILD
parentfb6f7e96895c3a9a8ae2e66516160937e7ac1779 (diff)
Fix Bazel Kokoro build (#136)
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index fb34657..97380a4 100644
--- a/BUILD
+++ b/BUILD
@@ -266,6 +266,7 @@ cc_binary(
":conformance_proto_upb",
":upb",
],
+ copts = ["-Ibazel-out/k8-fastbuild/bin"],
)
make_shell_script(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback