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 linux musl builds #2175

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Fix linux musl builds #2175

merged 3 commits into from
Feb 20, 2024

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Feb 16, 2024

@ntkme
Copy link
Contributor Author

ntkme commented Feb 16, 2024

I noticed that this is a potential breaking change for downloading script in embedded-host-node: https://github.com/sass/embedded-host-node/blob/6944074bb227660883253d2c57183301dd1bd1d6/tool/prepare-optional-release.ts#L172-L179

This is because we used to have linux-musl-arm64 and now it's linux-arm64-musl.

@nex3 Shall we change cli_pkg or the download script in embedded-host-node?

@nex3
Copy link
Contributor

nex3 commented Feb 20, 2024

I think we should fix it in the embedded host (which it looks like your PR already does), at least partly because changing cli_pkg now would technically be a breaking change.

@nex3 nex3 merged commit 786dd63 into sass:main Feb 20, 2024
34 checks passed
@ntkme ntkme deleted the linux-musl branch February 20, 2024 22:59
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.

linux-musl 1.71.0 release builds are broken
2 participants