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
As illustrated in bazelbuild#223, BSD `cp` does not support `--reflink=auto` flag.
These functions are only used in the data binding rules, so we can
actually just remove them. Instead, we can use symlinks in the data
binding actions.
n.b. Solely replacing the calls with symlinks and leaving the originals
is something I'm not entirely opposed to. I do think it is a bad idea,
however, because it is not cross-platform-compatible. It leaves the door
open for future usages to call these copy functions and break things
downstream for non-Linux users. However, if reverting utils.bzl is the
only way to get this merged in, I'll do it.
stacked-branch: databinding-symlinks
macOS's
cp
command doesn't support the--reflink
flag (used here). Attempting to build a library with databinding causes the following error:The text was updated successfully, but these errors were encountered: