Skip to content

Commit

Permalink
Fix bazel args in the bootstrap test
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=112239696
  • Loading branch information
damienmg committed Jan 15, 2016
1 parent 0aac584 commit 0a7a3d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function bootstrap_test() {
run_silent ${BAZEL_BIN} --nomaster_bazelrc --bazelrc=${BAZELRC} clean \
--expunge || return $?
run_silent ${BAZEL_BIN} --nomaster_bazelrc --bazelrc=${BAZELRC} build \
${BAZEL_ARGS} \
${EXTRA_BAZEL_ARGS-} \
--strategy=Javac=worker --worker_quit_after_build \
--fetch --nostamp \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
${BAZEL_TARGET} || return $?
Expand Down

0 comments on commit 0a7a3d2

Please sign in to comment.