Skip to content

Commit

Permalink
Update bazel to fix some Incompatible Target Skipping bugs
Browse files Browse the repository at this point in the history
This is the same version as 4.0.0rc2 except with 2 cherry-picks:
a3c94ec2ed Fix builds for filegroup targets with incompatible dependencies
b3c9d7381c Fix a couple of bugs with Incompatible Target Skipping

The patch for the filegroup fix has already merged on master:
bazelbuild/bazel#12601

The other patch is still under review:
bazelbuild/bazel#12560

This should enable us to convert the code base to use platforms.

Change-Id: I35f078c2576f5268d5e3fb33e9bd86732529f744
  • Loading branch information
philsc committed Dec 3, 2020
1 parent 4086152 commit fc183e8
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="4.0.0rc2-202011211956+37a429ad12"
readonly VERSION="4.0.0rc2-202012022031+a3c94ec2ed"

readonly DOWNLOAD_DIR="${HOME}/.cache/bazel"
# Directory to unpack bazel into. This must change whenever bazel changes.
Expand Down

0 comments on commit fc183e8

Please sign in to comment.