Skip to content
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

Add ARMv6 prebuild #704

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Conversation

christianbundy
Copy link
Contributor

Problem: Leveldown takes a long time to build on low-end devices like
the Pi Zero, and it would be really cool to add a prebuild for ARMv6.

Solution: I've added a Docker image in the prebuild/docker-images
repository and added ARMv6 to the prebuild-linux-arm npm script, which
I'm hoping will add the ARMv6 prebuild the next time it's run. I tried
installing via npm install to run the script, but ended up bumping
into some node-gyp errors that stopped me from testing this commit
locally.

Resolves #703

Problem: Leveldown takes a long time to build on low-end devices like
the Pi Zero, and it would be really cool to add a prebuild for ARMv6.

Solution: I've added a Docker image in the prebuild/docker-images
repository and added ARMv6 to the prebuild-linux-arm npm script, which
I'm hoping will add the ARMv6 prebuild the next time it's run. I tried
installing via `npm install` to run the script, but ended up bumping
into some node-gyp errors that stopped me from testing this commit
locally.
Copy link
Member

@vweevers vweevers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it locally, it builds.

@vweevers vweevers merged commit 2976ac8 into Level:master Feb 19, 2020
@christianbundy
Copy link
Contributor Author

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pi Zero prebuilds
2 participants