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

Fix NPM MUSL release #2502

Open
avifenesh opened this issue Oct 22, 2024 · 0 comments
Open

Fix NPM MUSL release #2502

avifenesh opened this issue Oct 22, 2024 · 0 comments
Assignees
Milestone

Comments

@avifenesh
Copy link
Collaborator

avifenesh commented Oct 22, 2024

NPM release for musl is broken, showing the wrong path and failing to find the files.
After some nice amount of digging - the new version of alpine dockers, 3.20, has some incompatibility with what is going on underline npm publish.

Apparently it is not the first time such a thing has happened, digging around the web I could find an older version in which it happened as well, caused by python default version change, which was used by some npm tools, and the change broke the ability to publish.

The solution is hard-coding 3.19 instead of letting GH to choose the latest.
This should stay open so we check in the future if this has been fixed, and if so to change back so GH takes the latest and the value is not hard coded.

@avifenesh avifenesh self-assigned this Oct 22, 2024
@avifenesh avifenesh added this to the 1.2 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant