-
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
skyscope_linux/skyscope/import: line 4: /bin/skyscope: No such file or directory #85
Comments
I had a few problems trying to reproduce this exactly (wrong hash for It looks like an assumption I made about the current working directory for
The working directory is actually For now, you can download a release and unzip it manually if you want to give it a try. I just tested that on NixOS for the |
Thanks for the response! Curious what the diff was for getting devshell and bazel to work, it was a lot of work to get things working in the first place so itd be very interested to know what fell through the gaps (always good to have a fresh uncached system trying it out 😅) |
If you change
One change was to the expected sha512 hash for pnpm. I'm not sure why it didn't match; maybe the archive changed and you still have the old one cached? The other change wasn't so much a fix as a way to let me
It looks like the interpreter for that
To work around this error I commented out this whole section of Anyway, thanks for reporting this issue. Let me know if you have any more problems with the new v0.2.7 release. |
Thats weird, we're specifically using rust toolchain from rules_nixpkgs when the host is nixos for this reason 🤔 wonder is the order of when we load them the issue here, i may have only tested when we configured the toolchain before calling crates_index, but I digress. |
Should be resolved now that Skyscope is distributed as a single statically linked binary. |
Describe the bug
Running skyscope on https://github.com/sourcegraph/sourcegraph after running
bazel build //cmd/gitserver
To Reproduce
Append to
WORKSPACE
:Run
bazel shutdown && bazel build //cmd/gitserver && bazel run -- @skyscope//:import
Expected behavior
It works I guess 😅
Environment
Additional context
Output with SKYSCOPE_DEBUG set:
The text was updated successfully, but these errors were encountered: