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: quote OUTPUT_DIR in debug_symbols shell commands for paths with spaces
The synced debug_symbols.bzl from upstream didn't quote OUTPUT_DIR
references in shell commands, causing failures for targets with spaces
in their bundle names (e.g. ext_with_space). The open-source repo has
test targets with spaces that upstream doesn't.
0 commit comments