microsoft / vscode-ripgrep

For consuming the ripgrep binary from microsoft/ripgrep-prebuilt in a Node project
Other
112 stars 48 forks source link

Add s390x support #12

Closed svghadi closed 4 years ago

svghadi commented 4 years ago

This PR is in continuation with the microsoft/ripgrep-prebuilt#2 to enable s390x support for eclipse/che-theia.

https://github.com/microsoft/ripgrep-prebuilt/pull/2#issuecomment-638594197

hey @roblourens , so we need this to enable eclipse/che-theia builds on s390x arch which needs ripgrep-prebuilt invoked via https://github.com/microsoft/vscode-ripgrep/blob/master/lib/postinstall.js#L41.

svghadi commented 4 years ago

@roblourens - Please have a look.