Cannot build wing on linux arm64 architecture
Open
Nobody has claimed this yet.
✨ enhancement
👷♀️ contributor-experience
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 215
- Avg merge
- 2h 9m
- Merged PRs (30d)
- 27
Description
Feature Spec
It's now possible to use Wing on arm64 architectures.
Use Cases
Was trying to build Wing on a https://aws.amazon.com/ec2/instance-types/c7g/ instance via https://github.com/loft-sh/devpod
Implementation Notes
.../node_modules/tree-sitter-cli install$ node install.js
│ Cannot install tree-sitter-cli for platform linux, architecture arm64
Component
Compiler
Community Notes
- Please vote by adding a 👍 reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the compiler build process and the tree-sitter-cli installation step shown in the error, then check how platform and architecture are selected for Linux arm64. Done means Wing builds successfully on an arm64 Linux environment such as an AWS EC2 c7g instance without the tree-sitter-cli installation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, typescript
- Domain
- build-system, compilers, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100