From 5fe79331f9160ae8b37f907ddbaa5f080dfc8185 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Mon, 1 Jun 2015 15:14:28 +0000 Subject: 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 --- compile.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'compile.sh') 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" -- cgit v1.2.3