rescript-lang / vim-rescript

MIT License
154 stars 15 forks source link

Support Linux ARM #60

Closed ellbur closed 1 year ago

ellbur commented 2 years ago

Everything runs fine on Linux ARM with the exception that the server does not use the correct analysis binary.

A change is needed to the server to select a different binary depending on the architecture.

Then the updated server and appropriate binary must be included here.

Then everything works fine!

ryyppy commented 2 years ago

Can you open a separate issue on rescript-vscode and link it here? Makes it easier to coordinate the fix.

ellbur commented 2 years ago

Hi @ryyppy

Here's the issue on rescript-vscode: https://github.com/rescript-lang/rescript-vscode/issues/426 Some kinks are being worked out on it.

ryyppy commented 1 year ago

Thanks! will close this thread in favour of the linked issue if you don't mind.