-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
swc-linux-arm64-gnu is not included in the GitHub releases after v1.7.14. #9769
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
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. |
It might not be the same problem. You might need to open another issue to track it well. |
Hello, I was wondering if I could help with this issue? It looks like there are already builds for aarch64-unknown-linux-gnu, which I think is the same architecture as linux-arm64-gnu: swc/.github/workflows/publish-npm-package.yml Line 143 in f33b0bc
I'm not sure yet how publishing works; maybe a change is needed in one or both of these places to accommodate for the naming difference? and/or creating new directories in packages/ with arm64 -> aarch64? |
The Bash shell is needed in order to execute the build properly. Fixes swc-project#9769.
Some findings from the actions/workflow log. Publish 1.11.15 Output of "List binaries":
For Scrolling through the "Build core ..." logs I noticed a possible issue:
This leads me to believe that the An indeed, the syntax is not supported in |
@kdy1 I'd appreciate if you can push a release next, validating that this works and unblocking downstream consumers. |
Reopening as #10303 regressed Wasm plugins on |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Uh oh!
There was an error while loading. Please reload this page.
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: