Skip to content

Commit

Permalink
Upgrade to bazel 0.7.0
Browse files Browse the repository at this point in the history
0.7.0 came out.  This also contains patches to enable the network
namespace sandbox by default and require the sandbox.

Built from cb631f9bda3736c7818f593326209ed4327a27b4

Change-Id: I7e2899689ea3868f254ca60812fe35e0d7f6d218
  • Loading branch information
AustinSchuh committed Oct 26, 2017
1 parent f91524f commit d651d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ -n "${BAZEL_OVERRIDE+x}" ]]; then
exec "${BAZEL_OVERRIDE}" "$@"
fi

readonly VERSION="0.6.1"
readonly VERSION="0.7.0-971"

readonly DOWNLOAD_DIR="$(dirname "${BASH_SOURCE[0]}")/../bazel-downloads"
# Directory to unpack bazel into. This must change whenever bazel changes.
Expand Down

0 comments on commit d651d8b

Please sign in to comment.