aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-06-01 15:14:28 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-01 15:51:08 +0000
commit5fe79331f9160ae8b37f907ddbaa5f080dfc8185 (patch)
tree90abec6413a44f0fd0469cbd923195078bc55e02 /compile.sh
parent0c858c0f6ff8cc04600c01a8c53087ace5d5783f (diff)
Remove fetch step from compile.sh
Also updates the fetch documentation. Now that it's been in the wild for a bit, keeping --fetch=true the default seems like the right choice: it's less confusing to new users and anyone who cares can put `build --fetch=false` in their .bazelrc file. -- MOS_MIGRATED_REVID=94912125
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/compile.sh b/compile.sh
index 695b3288b7..7001939a70 100755
--- a/compile.sh
+++ b/compile.sh
@@ -445,7 +445,4 @@ else
done <<< "$bazelrc"
fi
-# Run "bazel fetch" to bring in the JDK (so users don't have to).
-${PWD}/output/bazel fetch //...
-
log "Build successful! Binary is here: ${PWD}/output/bazel"