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 a hardcoded ctx.bin_dir.path string. This lets Bazel's path mapping
rewrite the config portion of the bin-dir prefix (e.g. k8-fastbuild ->
cfg), so the remap flag matches the actual source file path at
execution time.
0 commit comments