aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2017-02-14 15:35:02 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 15:52:19 +0000
commit60b525597bf7aafdec99ea51c7f82ce5801b4725 (patch)
tree4a4193a6e7dbafb008d925243f71b10da135855a /scripts
parent321aa540feb2cd0583b824bbb646c885fda17f0b (diff)
Fix bazel build on CI.
-- PiperOrigin-RevId: 147470288 MOS_MIGRATED_REVID=147470288
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index c7655c3206..bb863baa00 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -126,7 +126,7 @@ function bazel_build() {
xcodebuild -showsdks 2> /dev/null | grep -q '\-sdk iphonesimulator'; then
ARGS="--define IPHONE_SDK=1"
fi
- local OPTIONAL_TARGETS="//site:jekyll-tree //scripts/packages"
+ local OPTIONAL_TARGETS="//site:jekyll-tree //scripts/packages //src/tools/benchmark/webapp:site"
if [[ $PLATFORM =~ "freebsd" ]] ; then
OPTIONAL_TARGETS=
fi