Skip to content
Snippets Groups Projects
Unverified Commit 26cf11e3 authored by keertk's avatar keertk Committed by GitHub
Browse files

Be resilient to outdated exec paths in action cache entries (#23269)

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

Co-authored-by: default avatarXdng Yng <wyverald@gmail.com>
parent 914db366
Tags
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