Sahin Yort
Sahin Yort
#### Summary #1905 #### Release Note fix: allow signing of images that don't exist #### Documentation cc @imjasonh
https://bazelbuild.slack.com/archives/CULGHFKCK/p1670516676884029
Need to change @bazel/worker package before landing this PR.
Currently, in order to get verbose messages from the worker, one has to toggle `extendedDiagnostics` in tsconfig to true. this feature is meant to give insights into how and what...
We started off with js to keep it simple but this decision makes it harder to review changes
Fixes https://github.com/bazelbuild/bazel/issues/20891
@loosebazooka please take your time reviewing and testing this as rules from rules_distroless might not be identical to their counterparts here. I'll push new commits instead of rebasing to make...
PR Instructions/requirements * Title uses `type: description` format. See CONTRIBUTING.md for types. * Common types are: build, docs, feat, fix, refactor, revert, test * Update `CHANGELOG.md` as applicable * Breaking...
Platform-specific nodejs binaries already come with nodejs_binary so we don't need to put them into another layer again. Also, these binaries do not work with --platforms thus when we build...
### Problem In recent my recent experiments I saw that some of the rules like `ts_proto_library` generate source files in `bazel-bin` directory that can not be indexed by the typescript...