-
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
Missing binaries for Node 16, module version 93 #25
Comments
Yep. The problem is that node-pre-gyp-github is no longer working and I need to move to github Actions from Travis CI. Any help would be useful e.g. with examples on publishing binaries on github via github actions. |
I will add this to my To Do list to dig into it. I know absolutely nothing about Github Actions personally, but I need to learn about it and I have people I can ask for help. |
This weekend I moved a project of mine from using Travis CI to Github Actions for build testing, so now I can say that I have:
I will try to take a look at the Travis CI setup of this project sometime and try my hand at building a working Github Actions replacement . . . sometime. |
The goal is to make github action script that will not only build native modules but also publish them (make them downloadable from) as github releases and allow users to get them when they |
If you install the lib inside a dockerfile, check that python is installed before
And if you meet this error while a gitlab-runner execution on a kubernetes cluster, I think you can refer to this : https://gitlab.com/gitlab-org/gitlab/-/issues/345402#note_1053968530 |
Getting error due to using node v21 and heroku keep attempting to download from binary at: https://github.com/royaltm/node-murmurhash-native/releases/download/v3.5.0/murmurhash-v3.5.0-node-v120-linux-x64.tar.gz The build also error out
|
Node 16 has gone into LTS, but there are no binaries for it in the release, so using this package with Node 16 requires building locally.
The text was updated successfully, but these errors were encountered: