Skip to content

Commit

Permalink
Update Bazel to latest version
Browse files Browse the repository at this point in the history
Included changes:

  - 7327af25674e250f789761891d727ac8ea5f9eff Ninja offsets: use long instead of int
  - 4107a4c7236bbe1d6c2339faeebf34bebc08077f Add proto-output-format flag for adding $internal_attr_hash
  - 1f12a85f86ae28eb4fc0afe485ffb29ec5b36cd5 Don't register a NinjaAction if the output of that NinjaA...
  - e69e3b970f234718bd171c122086968d9cdf9165 Fix visibility for skylarkbuildapi from last submission. ...
  - 04a1931ff42197cd6d9721c81f6ee69cb54645d6 Finish removing enabled toolchain types.
  - 05de852e65765bc380d6a695d4b9b049575bd4df Implement RemoteDownloader w/ `--experimental_remote_down...
  - 67fbcfb5c8a79a6b2311864dc15cf9937d7e1664 Make FilterTestHeaderOutputStream respect line separator ...
  - 8c4b0d4e35f0f4d0af4cc1a282fdc30c9414801b Automated rollback of commit a63507193727d2e5523d6e782b8e...
  - 9aa3f1699c49421669521a101177eb865d58c551 Automated rollback of commit 78fdb7d62da15f7048cc3c170ca4...
  - 3c89a910ad1c59160ba4058c47b6752ce9e7efb6 Set default location for .netrc file for Windows
  - ff4673260dc2f5de6e0aae3b66af18edf62cadd1 Windows: Use vswhere to locate latest Visual C++ installa...
  - 87e3b8fb2def9bcbba60acd183b535757bc71152 Allow assembly sources in cc_common.compile
  - 0f99c3cc0b7b82e198c8f365254493fc4713edcd Clean up @{Before,After}Class in lib/remote tests
  - 289efe5fb5b2f2f12d6f68ab31f4cd1bc0bf3f32 Implementation (but not plumbing) of the gRPC remote down...
  - 9885c2f31b731957a79033759024a48254a67dca Ensure no writes occur after StreamedTestOutput#close
  - 78fdb7d62da15f7048cc3c170ca4fc03ff8f9bb2 Stop "query --output=proto" crashing on label-dict aspect...
  - db6455053bc4b0c17fcc9f165dd06272e5bcc7b9 Extend http downloader to add support for non-standard au...
  - d2701c88e8168f2843a7850896953489077d21db Undocument flag_enabled() in repository rule
  - b5309a7d896b2a4cd7a18ce82405bc8652a8d808 BUILD file cleanup.
  - 381872a0e78912c6ca4effa1e70d0a2dec9c3d9c C++: Changes check for flag_enabled() whitelist
  - 9e4fa1679c300cd1767327d39af408400880a7f6 Soften language of deprecating //command_line_option:x sy...
  - 45d652ab279dee568ae94608b5db36121633e274 Ensure the workspace name appears in paths within sandbox...
  - 9108f6299c8ff3ab731052dfbee245fa4981988b Add sandboxfs support to the processwrapper-sandbox spawn...
  - d30061591beeb91a68cc47bd3f1fe735724986a6 Put the @nullable annotation before any modifiers (per th...
  - 431f0c2ee85b52e968fd5d1a2a3dde3f37449c04 Create experimental flag to include source info in proto ...
  - 5101949279573753538221a827fc391207bd275a Remove unused productName argument from ProcessWrapperSan...
  - f1ea0267e12df3f8dee7f0f25131d0b28fc7f6a9 Delete flag --incompatible_load_proto_toolchain_for_javal...
  - 46b285a8044d8c2dcf292f40b6b74bd99d66b430 Plumbs transition key data through to ConfiguredTargetAnd...
  - 906f5f1c233ca18c67a9cedd2c7182f33b88c44b C++: Move default linker flags with libs after libraries
  - a4cc4231a8cbda9ef39b6f8a32c408a4bfd5f293 Address mem leak in NSOS in the case of changing config &...
  - 4024e1638c0f2a590d405366d0ddc1044dc43203 A few FilesystemValueChecker improvements.
  - 0a96f438e04bdfb92083a84688185a55b0858af7 Decouple Stack Manipulation logic in IndyStringDesugaring...
  - a1d57ea3282f9b8f917b77d13838252486adcf24 Move NestedSet toListInterruptibly to a separate class su...
  - 1aa675a65810578d187a431d1653549aa4909b74 Treat output_root_symlink inputs as symlink artifacts
  - 66f33ab9f732bf0ec2a96248444b4955384d7cd3 Don't list default values for required attributes.
  - f43eba6ff11dd63fc8c9e8682fdd89a5f3c3c2d0 Add a comment to NinjaGraphArtifactsHelper explaining bet...
  - 94bf004834fdc6663be14c355fc6f005788f5a38 Add a series of lost input targets to the ActionRewinding...

BAZEL_VERSION_REV_ID: 7327af25674e250f789761891d727ac8ea5f9eff
Change-Id: I1cfc535143172987cab0b1b2f30be113872f6a2e
  • Loading branch information
Copybara Team authored and copybara-github committed Mar 11, 2020
1 parent 71666b3 commit ae0153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/bazel.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

bazel_version = "a63507193727d2e5523d6e782b8eef40c4355243"
bazel_sha256 = "90cc438b72ff033f331085475ccadbc006a81558a1fdf6f966b98c65aae1866c"
bazel_version = "7327af25674e250f789761891d727ac8ea5f9eff"
bazel_sha256 = "9b1caa7a4ba553b2e421a3e471e5e6150198f5f77c7209666174a4c6f1c88b12"

0 comments on commit ae0153a

Please sign in to comment.