aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 16:37:15 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-02-14 16:38:34 +0000
commite6eca1f6c779eb04f776a27082da0a708b234e18 (patch)
treee7f546be6bc63545f7b79079fbb6a132d392b37e /scripts
parent1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a (diff)
*** Reason for rollback *** Follow-up for CI breakage. *** Original change description *** Fix bazel build on CI. -- PiperOrigin-RevId: 147475894 MOS_MIGRATED_REVID=147475894
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 f7e26bdbaa..8474c2db8d 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 //src/tools/benchmark/webapp:site"
+ local OPTIONAL_TARGETS="//site:jekyll-tree //scripts/packages"
if [[ $PLATFORM =~ "freebsd" ]] ; then
OPTIONAL_TARGETS=
fi