aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2018-04-16 17:01:18 -0700
committerGravatar Yilun Chong <yilunchong@google.com>2018-04-16 17:01:18 -0700
commit8f3507360cefbffebf1f0349b38693e54cc98ff7 (patch)
tree76f9f97385f303b1bf05dc28442b1252cd76b10f /kokoro
parent092134593ddf4fa9d20aebbaf7a9ffd81f9a56f8 (diff)
Fix benchmark build
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/linux/benchmark/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh
index 2f7f4f3f..750c3e5c 100755
--- a/kokoro/linux/benchmark/build.sh
+++ b/kokoro/linux/benchmark/build.sh
@@ -27,7 +27,7 @@ cd $oldpwd
./configure CXXFLAGS="-fPIC -O2"
make -j8
cd python
-python setup.py build --cpp_implementation
+python setup.py -q build --cpp_implementation
pip install .