Skip to content

Commit

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

  - 8cc038825c774572be1ef3e7f0647c9b5fb51199 Optimize implementation of AttributeContainer.
  - b39d24c38dff052bd677eeece21f97f5d56d02f6 Fix bug that renders a cache ~useless and causes traversi...
  - b5a07f916a0574f64fe59c62f1d00cdbabe8b37a Fix immutablemap duplicate key errors for starlark transi...
  - 8dea9886df243491c461711e0b05b1e450174ee7 Swap to parse rcfiles before parsing the command line
  - 280bbe244543ecf9d7dcb549f77e4c83fc600dca Add an archived representation for tree artifacts.
  - 238108f8a5e63c88e6041c66a422195834ea57c9 Support resource shrinking when injecting the resource AP...
  - bb0c849e7391af4dcd20567244ba961fa322b062 Print test name to stderr on failures in bash tests.
  - 868262ec77cc6c1ca50ddda7f663d16fd91e5e6b Extract and share `FakeOptions` class for blaze tests.
  - aaec13859e98d4db7e395948b3c5cc2fff8e4740 Automated rollback of commit af1a612703491d70f42496f17e43...
  - b04535e1a94ba9a13785d11b6d276105ea23d202 Automated rollback of commit 10ba63455b228c3d17951e9a0c18...
  - 2f908b15d3cdf609adc5f7a77fe445e7ea58e098 Don't apply a host-configuration transition to the module...
  - 4d695ee780ef7961c77a292035d5da8150a12d75 Remove support for --minimal-main-dex
  - c2ca81dc445ba15da5ddb5e90c97fefc6d1fd411 Methods handling worker stuff split off in a separate cla...
  - ca6d7ac686108d5cdda6040409877d356ae627df Propagate InterruptedException from Command#execute and f...
  - 7a11752a8ae7689d2bd482e23d466cb44a3261a1 Don't run DexFileMergerTest as it is not supported for al...
  - 9993785fa0c4fa4172aa31d306f3abea76833abf Allow dot ('.') in workspace names.
  - b9706675a7abf6ceebb250f0b3dfa4087a0c35f6 Stop needlessly parsing WORKSPACE files from external rep...
  - 47943beac500a008aaac6dfdeda38d4d6f96e9ce Fix log printing to correctly associate comp steps and nu...
  - a7a0d48fbeb059ee60e77580e5d05baeefdd5699 Make no-op starlark transition not affect the output dire...
  - d483d6f628a559dbadca9a273bdc17b0ae3f6269 Support deterministic mode when using a version of libtoo...
  - 05f137a62525575a64de941a589fb2093b898fbc Remove obsolete references to JavaBuilder canaries
  - b47f2287d9d8f29af94cb5a3a1b1aae2a955b2ef Add --flag_alias flag. Currently no-op.

BAZEL_VERSION_REV_ID: 8cc038825c774572be1ef3e7f0647c9b5fb51199
Change-Id: Ib645025c1445dca086a8b7f861b98259cb5a71bc
  • Loading branch information
Copybara Team authored and copybara-github committed Aug 20, 2020
1 parent ff2fcc8 commit fc2d89d
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 = "f82a44b47e2ee2208df1236469bfca069c548c90"
bazel_sha256 = "bef414273c9800363f12241ad9304e8857725c847c7e8057a36dcb4b06292547"
bazel_version = "8cc038825c774572be1ef3e7f0647c9b5fb51199"
bazel_sha256 = "99bb36b421c5ee0f71f2a05b350139e5f579be1364c856b694b5be0962986271"

0 comments on commit fc2d89d

Please sign in to comment.