Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/bazelbuild/bazel.git. Pull mirroring updated .
  1. Oct 19, 2023
  2. Oct 18, 2023
  3. Oct 17, 2023
  4. Oct 16, 2023
    • Ted Xie's avatar
      Update android_tools to 0.30.0 · 659d7b22
      Ted Xie authored
      PiperOrigin-RevId: 573823647
      Change-Id: Ia0b5f521c5d329f33fd6fa780d79b87340c0d019
      659d7b22
    • Fabian Meumertzheim's avatar
      Wire up `PathMapper` in `RemoteExecutionService` · 2b821904
      Fabian Meumertzheim authored
      `PathMapper`s rewrite paths in command lines to make them more cache friendly, which requires executor support to stage files at the rewritten paths. This commit wires up the `PathMapper` used by a given `Spawn` in `RemoteExecutionService`, which ensures that paths of inputs and outputs are correctly mapped before being sent off to the remote executor and mapped back to the correct local paths when downloading the results.
      
      An end-to-end test will be added in #18155, but requires #19718, #19719, and #19721.
      
      Work towards #6526
      
      Closes #19721.
      
      PiperOrigin-RevId: 573806130
      Change-Id: Ibbd4ff641eb301d78f5ec54813e65788d786fcea
      2b821904
    • Googler's avatar
      Merge OutputStore and ActionMetadataHandler. · 75657569
      Googler authored
      The former was very simple and had no uses other than through the latter so it was not a very useful abstraction.
      
      RELNOTES: None.
      PiperOrigin-RevId: 573800427
      Change-Id: I33ff7fdc7044107f0c087384e1e1e2294059e107
      75657569
    • Googler's avatar
      Consolidate duplicate definitions for the `_use_auto_exec_groups` attribute in java_* rules · 9c10acd5
      Googler authored
      Importantly, `java_plugin` was missing the attribute.
      
      PiperOrigin-RevId: 573799700
      Change-Id: I31620dadbdf4c76777edd43b138f7b7c491b4670
      9c10acd5
    • Googler's avatar
      Add logging when worker pool is shrunk. · 22ff6ae5
      Googler authored
      RELNOTES: None.
      PiperOrigin-RevId: 573777234
      Change-Id: I33bb1e44c959caa6e035a9be3ce218ffcaf05363
      22ff6ae5
    • Googler's avatar
      Carve off the input metadata provider from ActionMetadataHandler. · ff4b1d5f
      Googler authored
      Thus, ActionMetadataHandler is not really an appropriate name anymore, but let's do the mechanical rename in a followup change (or else merge with OutputStore, I haven't quite decided yet)
      
      RELNOTES: None.
      PiperOrigin-RevId: 573775333
      Change-Id: If27cc2699fa976b9d2979aff6f63a1e51c1d5a04
      ff4b1d5f