Skip to content
Snippets Groups Projects
Commit a16126a3 authored by Xùdōng Yáng's avatar Xùdōng Yáng
Browse files

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.
parent bf1c0198
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