Skip to content

Missing some(electron, arm64) prebuilt binaries via node-pre-gyp #1553

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

Closed
ipetrovic11 opened this issue Mar 29, 2022 · 3 comments
Closed

Missing some(electron, arm64) prebuilt binaries via node-pre-gyp #1553

ipetrovic11 opened this issue Mar 29, 2022 · 3 comments

Comments

@ipetrovic11
Copy link

We are using Sqlite3 with electron and building it both for x64 and arm64 platforms(universal).

We noticed recently that prebuilt binaries are missing and that we are getting 403 errors when downloading.

This is not available:
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.1/electron-v16.0-darwin-arm64.tar.gz
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/electron-v16.0-darwin-arm64.tar.gz
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz

But this is:
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-x64.tar.gz

It worked last week without any issues.

@austinkloske22
Copy link

Is there a work-around or expected fix for this? My development is frozen because I have some pretty deep sqlite3 dependencies.

@ipetrovic11
Copy link
Author

@austinkloske22 if you have everything properly set, it can be built from the source.

@daniellockyer
Copy link
Contributor

Linux ARM64 binaries will be shipped in the next release. Unfortunately I haven't got a way of building macOS ARM64 binaries in CI right now 😕

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

No branches or pull requests

3 participants