Skip to content

Commit

Permalink
Make sure $BAZEL is set when ./compile.sh test is run
Browse files Browse the repository at this point in the history
Fixes bazelbuild#832.

--
MOS_MIGRATED_REVID=113537330
  • Loading branch information
kchodorow authored and damienmg committed Feb 2, 2016
1 parent 0b3ee9f commit dccd81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ if [ ! -x "${BAZEL}" ]; then
display "$INFO $0 ${COMMANDS} /path/to/bazel"
new_step 'Building Bazel from scratch'
source scripts/bootstrap/compile.sh
# The DO_COMPILE flow will actually create the bazel binary and set BAZEL.
DO_COMPILE=1
fi

#
Expand Down

0 comments on commit dccd81f

Please sign in to comment.