-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find: -printf: unknown primary or operator
on macOS
#86
Comments
find: -printf: unknown primary or operator
on macOS
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. |
This should be fixed in the latest v0.2.7 release: load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "skyscope",
sha256 = "5544313ec77adbc96856c4cdfb3dfc6b5409e05790860ae19c7d321fb585490b",
urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.7/skyscope.zip"]
)
load("@skyscope//:repository.bzl", "configure_skyscope")
configure_skyscope() I'll leave this issue open for the moment. Let me know if you encounter further problems. |
Since the change to distribute Skyscope on Linux as a single statically linked binary, there is no longer a wrapper script that calls |
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: