Fabian Meumertzheim
Fabian Meumertzheim
`ctx.read` now watches the contents of files it reads, which is usually what you want. In this case you clearly don't, so you should be able to get the old...
You aren't, the docs are wrong here (they weren't updated with the change). Cc @Wyverald
The failures are known, I retried the runs.
@coeuvre @tjgq If I understand the logic around `RemoteCacheClient` correctly, Bazel will not deduplicate inflight requests to the remote cache/executor - which makes sense without path mapping, as an action...
To be more concrete, this is the test case that we would want to pass: ```diff function test_path_stripping_cache_hit_for_parallel_action() { mkdir rules cat > rules/defs.bzl rules/BUILD pkg/BUILD
That's a good point! Since deduplication within a single build is really just a special case of general deduplication across concurrent builds for a remote executor, it's better positioned to...
I find the hash scheme to be unnecessarily opaque as most registries will probably be hosted under purely lowercase URLs. I would be in favor of a scheme that preserve...
I agree, in the case of a public suffix domain its single owner can avoid collisions and in the case of a content hoster such as GitHub, collisions are more...
@keith Any idea why this test may be failing on macOS? ``` ld: unknown options: --start-lib --end-lib ``` Does Apple lld not support `--start-lib`?