Marcel
Marcel
## Expected Behavior Only the path to the license file is available in the JSON. ## Actual Behavior Have the actual content of the license file available in the JSON....
## Expected Behavior When running `bazel build //examples/sboms:write_sbom_sbom`, the resulting JSON should look as follows: ```json [ { "top_level_target": "//tools:write_sbom", "dependencies": [ { "target_under_license": "//tools:write_sbom", "licenses": [ "//:license" ] }...
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version Latest ### Custom code No ### OS platform and distribution...
It's a typing problem: When passing `0`, https://github.com/bots-house/ghcr-delete-image-action/blob/3827559c68cb4dcdf54d813ea9853be6d468d3a4/utils.js#L15 evalutes to `false` and therefore assigns `null`. In this case the job does nothing, prints nothing but still succeeds.
I can't find any code paths using this option.
Remove the `alwayslink=True` flag from `BUILD:bazel`. This should have no effect for header only libraries as mentioned in https://github.com/googleapis/google-cloud-cpp/pull/14310#issuecomment-2154986153.
crc32c is available in abseil since 20230125: https://github.com/abseil/abseil-cpp/commit/1687dbf814eceb93de2d93f91b31acaab404091c. Use this in order to reduce dependencies.
### Expected Behavior It should be possible to set `github_team_settings.review_request_delegation.notify` without enabling auto assignment. These are independent settings:  ### Actual Behavior When only setting `notify`, `terraform apply` fails with...
When compiling `py_grpc_targets()` inside `grpc` but from another repo ``` bazel build @com_github_grpc_grpc//examples/protos/... ``` it fails with ``` ERROR: /HOME/.cache/bazel/_bazel_USER/fd4fdbf199c391947827c3edce697300/external/com_github_grpc_grpc/examples/protos/BUILD:73:16: output 'external/com_github_grpc_grpc/examples/protos/helloworld_pb2_grpc.py' was not created ERROR: /HOME/.cache/bazel/_bazel_USER/fd4fdbf199c391947827c3edce697300/external/com_github_grpc_grpc/examples/protos/BUILD:73:16: ProtocInvocation external/com_github_grpc_grpc/examples/protos/helloworld_pb2_grpc.py failed:...