From e6eca1f6c779eb04f776a27082da0a708b234e18 Mon Sep 17 00:00:00 2001 From: Dmitry Lomov Date: Tue, 14 Feb 2017 16:37:15 +0000 Subject: Rollback of commit 60b525597bf7aafdec99ea51c7f82ce5801b4725. *** Reason for rollback *** Follow-up for CI breakage. *** Original change description *** Fix bazel build on CI. -- PiperOrigin-RevId: 147475894 MOS_MIGRATED_REVID=147475894 --- scripts/ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3