-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
swc-linux-arm64-gnu is not included in the GitHub releases after v1.7.14. #9769
Comments
cc @Brooooooklyn Is |
@pan93412 you can use |
Yes, it works. However, there’s a library that downloads the SWC binary based on the runtime, and the missing of “glibc” prevents the library from downloading the latest SWC binaries. 😢 I may create a PR for that library to ensure it always downloads the musl version if napi-rs would not generate the glibc version anymore. |
I have the similar problem. My version is 1.10.4, platform is darwin and arm64. It throw "Failed to load native binding". |
It might not be the same problem. You might need to open another issue to track it well. |
Describe the bug
f625035 did not fix it.
The filename is swc-linux-arm64-gnu.
It was present not after version v1.7.14: v1.7.14 (release). It has now disappeared. I suspect there was a change in the CI, but I cannot find the code that introduced this issue.
Discord discussion: discord.com/channels/889779439272075314/889785438938726441/1290999698328649738.
Input code
Config
N/A
Playground link (or link to the minimal reproduction)
https://play.swc.rs/?version=1.9.3&code=H4sIAAAAAAAAA0vOzyvOz0nVy8lP11DKSM3JyVfSBAAewMmrFAAAAA%3D%3D&config=H4sIAAAAAAAAA1WPSw7DIAwF9zkF8rrbdtE79BAWdSIifrKJVBTl7iUE0maH3xsz8jooBbNoeKq1PMsQkYX4nEsi2Sf8lARIOxTNJia49XaWvRrRCtVoOxpIyBOluiX3hoMNQajjLXPGmzH%2FC3VwkUnkCu4o%2BsnSVTc0JbjwXmrZDkk50qF%2FwA%2FqsvNjMPLqm4kXGrYvhlQioBQBAAA%3D
SWC Info output
N/A
Expected behavior
N/A
Actual behavior
No response
Version
1.9.3
Additional context
No response
The text was updated successfully, but these errors were encountered: