bazel.build machine account
bazel.build machine account
Forked from #16039
Forked from #16008
Forked from #17008
Forked from #17025
Forked from #21249
This was recently specified in https://github.com/EngFlow/credential-helper-spec/pull/2. RELNOTES[NEW]: Bazel now respects `expires` from Credential Helpers. Closes #21249. Commit https://github.com/bazelbuild/bazel/commit/f7601aa2aef78e6badc8338ac979be2d7cf69fcd PiperOrigin-RevId: 608208538 Change-Id: Id168f654093c7491a40364e3988af66ad1767443
Forked from #21180
Forked from #21171
Forked from #21343
The Starlark Java rules already add the direct JARs to the transitive classpath depset and pass the same depset to the full and the header compile action. By allowing them...