You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bin-dir remap to work with --experimental_output_paths=strip
Use add_all with the crate root File and a map_each callback instead
of hardcoding ctx.bin_dir.path in remap flag strings. This lets
Bazel's path mapping rewrite the config portion of the bin-dir prefix
(e.g. k8-fastbuild -> cfg), so the remap flags match the actual source
file paths at execution time.
0 commit comments