-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
hyperspace-cli: init at 1.5.1 #130063
hyperspace-cli: init at 1.5.1 #130063
Conversation
Result of 7 packages failed to build:1 package skipped due to time constraints:
11 packages built successfully:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. Result of 7 packages failed to build:1 package skipped due to time constraints:
35 packages built successfully:
39 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. |
6891ec1
to
eb27888
Compare
eb27888
to
e5b2028
Compare
I will fix the Editor Config issues in the next commit when I figure out why this won't build on aarch64 |
The following error occurs on native aarch64:
|
I was doing my build via nix-on-droid so it's interesting to consider that it didn't work, maybe something to do with sandboxing? |
buildInputs = [ | ||
pkgs.nodePackages.node-gyp-build | ||
pkgs.nodejs | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buildInputs = [ | |
pkgs.nodePackages.node-gyp-build | |
pkgs.nodejs | |
]; | |
buildInputs = with pkgs; [ | |
nodePackages.node-gyp-build | |
nodejs | |
]; |
f6f440b
to
c163b1d
Compare
I'm now re-running generate.sh which will take around 30 minutes, at which point we can merge. |
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
c163b1d
to
79c92e4
Compare
Result of 4 packages built:
|
Motivation for this change
Adds the CLI component of Hypercore, previously known as
dat
https://github.com/hypercore-protocol/cliThings done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)