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
Looks like the MacOS system I tested on has GNU findutils installed, so I missed this issue 🤦♂️. Thanks for reporting it @Strum355, I'll report back when I have a fix ready.
Since the change to distribute Skyscope on Linux as a single statically linked binary, there is no longer a wrapper script that calls find, so this issue is resolved (though to use Skyscope on MacOS now, you'll have to build it from source).
Describe the bug
Skyscope uses flags for
find
that are non-existant on the BSD version of find, only on GNU versionTo Reproduce
Append to
WORKSPACE
:Run
bazel shutdown && bazel build //cmd/gitserver && bazel run -- @skyscope//:import
Expected behavior
Works on both macOS and linux
Environment
Additional context
The text was updated successfully, but these errors were encountered: