Skip to content

Instantly share code, notes, and snippets.

@vmayoral
Created December 1, 2015 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmayoral/396935bf62ab510e6175 to your computer and use it in GitHub Desktop.
Save vmayoral/396935bf62ab510e6175 to your computer and use it in GitHub Desktop.
root@erle-ubuntu-arm:~/bazel-0.1.1# ./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh build /path/to/bazel
🍃 Building Bazel from scratch..
..........
🍃 Building Bazel with Bazel.
.Extracting Bazel installation...
Sending SIGTERM to previous Bazel server (pid=12581)... done.
...............................
INFO: Found 1 target...
INFO: From Building src/main/java/libskyframe-base.jar (54 files):
Note: src/main/java/com/google/devtools/build/skyframe/ReverseDepsUtil.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
INFO: From Building src/main/java/libpackages.jar (84 files):
Note: src/main/java/com/google/devtools/build/lib/packages/BuildType.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
INFO: From Building src/main/java/libanalysis-exec-rules-skyframe.jar (587 files):
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
INFO: From Building src/main/java/libquery2.jar (48 files):
Note: src/main/java/com/google/devtools/build/lib/query2/BlazeTargetAccessor.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
INFO: From Building src/main/java/libbazel-core.jar (138 files):
Note: src/main/java/com/google/devtools/build/lib/bazel/repository/MavenJarFunction.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Target //src:bazel up-to-date:
bazel-bin/src/bazel
INFO: Elapsed time: 478.921s, Critical Path: 442.94s
🍃 Building Bazel tools....
🍃 Setting up base workspace.
INFO: Creating a .bazelrc pointing to /root/bazel-0.1.1/base_workspace
Build successful! Binary is here: /root/bazel-0.1.1/output/bazel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment