Skip to content
Snippets Groups Projects
Commit 86bb3857 authored by Xdng Yng's avatar Xdng Yng Committed by Xùdōng Yáng
Browse files

[7.3.0] Be resilient to outdated exec paths in action cache entries

https://github.com/bazelbuild/bazel/commit/60924fdc2972184494f6382d39e8c786aa14b9a9 changed the canonical repo name separator from `~` to `+`. Older repo names containing `~` now trigger a syntax error. If an action cache entry refers to an exec path from a previous version of Bazel that used `~`, we need to be resilient and treat the cache entry as corrupted, rather than just crash.

Fixes https://github.com/bazelbuild/bazel/issues/23180.

Closes #23227.

PiperOrigin-RevId: 660105601
Change-Id: Iea5d86c635056d12ba20598383da463bdde03ab0
parent 5f5355b7
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment