Skip to content

Commit

Permalink
Reorganized compile.sh
Browse files Browse the repository at this point in the history
Now the blessed Bazel binary is self-hosted and correctly labeled.
All tools are also built using Bazel and labeled with the release.
At the end of the compilation, the output folder only host the
Bazel binary now. We use temporary folders to store the intermediate
artifacts.

Also integrated ./bootstrap_test.sh in compile.sh so there is only
one script for everything regarding bootstraping Bazel.

--
Change-Id: Idadbd075e7b8ecb6e306b919b7a73c647c5cfbae
Reviewed-on: https://bazel-review.googlesource.com/#/c/1460/
MOS_MIGRATED_REVID=95625880
  • Loading branch information
damienmg authored and philwo committed Jun 10, 2015
1 parent bcb81ab commit d47a8ef
Show file tree
Hide file tree
Showing 11 changed files with 697 additions and 590 deletions.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ else
sudo update-alternatives --set nc /bin/nc.traditional
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
export JAVA_OPTS="-Xmx3000m"
./bootstrap_test.sh all
./compile.sh all
fi
2 changes: 1 addition & 1 deletion .travis/prepare-for-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function create_zip() {
local bazel_dir
bazel_dir=bazel-$git_hash
mkdir $bazel_dir
cp bazel-bin/src/bazel $bazel_dir
cp output/bazel $bazel_dir
sha256sum $bazel_dir/bazel > $bazel_dir/sha256.txt
cat > $bazel_dir/README.md <<EOF
Bazel binary built by Travis CI
Expand Down
146 changes: 0 additions & 146 deletions bootstrap_test.sh

This file was deleted.

Loading

0 comments on commit d47a8ef

Please sign in to comment.