commit | d64e13077705a8c51033939916a76d9739083f87 | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Dec 12 18:53:00 2020 -0800 |
committer | Philipp Schrader <philipp.schrader@gmail.com> | Sat Dec 12 18:58:10 2020 -0800 |
tree | 69836ad7fea742f5355e3fb9bfce80af6b024d1f | |
parent | c1a6625ebd35916abbfcfaaabf392a3e89b37cd7 [diff] |
Upgrade bazel to 4.0.0rc6 This is the upstream rc6 branch with two cherry-picks: Fix a couple of bugs with Incompatible Target Skipping https://github.com/bazelbuild/bazel/pull/12560 Add --{no,}autodetect_server_javabase https://github.com/bazelbuild/bazel/pull/12542 This patch also uses the new --noautodetect_server_javabase flag. Change-Id: I7a397e4a9f17b942d0f81c7affb829d2de385a30
diff --git a/tools/bazel b/tools/bazel index 21bb619..a941938 100755 --- a/tools/bazel +++ b/tools/bazel
@@ -24,7 +24,7 @@ exec "${BAZEL_OVERRIDE}" "$@" fi -readonly VERSION="4.0.0rc2-202012022031+a3c94ec2ed" +readonly VERSION="4.0.0rc6-202012121845+159e00701d" readonly DOWNLOAD_DIR="${HOME}/.cache/bazel" # Directory to unpack bazel into. This must change whenever bazel changes.