Fabian Meumertzheim
Fabian Meumertzheim
@wilwell Done, please review again. I also added a test.
@wilwell Could you add the `awaiting-PR-merge` label in addition to your approval?
@bazel-io fork 7.1.0
@sgowroji Is this already in the process of being imported?
I added `describeKey` implementations for more actions.
@bazel-io fork 7.1.0
It's going to be supported in 7.1.0, which will be released soon. The docs reflect the state of master, not of the latest release. You could try `USE_BAZEL_VERSION=last_green` with Bazelisk.
> Internally, we embed the size into the digest (i.e. the file size can be derived from the digest) so I can understand the change. Alternatively, would there be a...
`bazel build --experimental_output_paths=strip //src:bazel` passes for me with https://github.com/bazelbuild/bazel/pull/19872. Could you give that a try?
@DavidANeil Sorry, I think my instructions may not have been clear: Did you build Bazel from that PR and then used that `bazel` to run the command? That's what I...