-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[WIP] New package: deno-1.0.0 #22043
Conversation
unless you figure out how to make it not fetch binaries during build, this cannot be accepted |
At which step does it fetch binaries? The terminal log mentioned compiling the dependencies |
The musl log makes it clear: https://travis-ci.org/github/void-linux/void-packages/jobs/688065967#L4665 Also 30min on travis is not close to the time v8 would need to compile. |
rusty_v8 doc:
|
Thanks for the help! I will change the template accordingly. |
The musl build is still failing for some reason. I did a little research and found this: |
I'm working on the more recent version, see https://github.com/atk/void-packages/tree/deno-1.1.1 - do you want to team up? |
I'm not sure I can help you with that. I tried to create a template for an hour and gave up. |
I found the issue not to be musl itself, but the lack of a gn package (https://gn.googlesource.com/gn/) to be utilized by cargo-gn that is required to build a few of the other internal dependencies. |
Superseded by #25436 |
#21937
I think the
do_install
function would need to be changed a little, however the cargo build helper throws an error.