microsoft / ripgrep-prebuilt

Builds ripgrep on Azure Pipelines for multiple platforms and makes the binaries available as Github releases
MIT License
46 stars 15 forks source link

Can i add build for riscv64? #10

Closed luyahan closed 2 years ago

luyahan commented 2 years ago

Can i add build for riscv64?

roblourens commented 2 years ago

Why?

luyahan commented 2 years ago

Why?

Chromium on riscv64 has been build pass. So we want to try build vscode on riscv64.

roblourens commented 2 years ago

Sorry, I don't want to support architectures that vscode doesn't support. You can do a local build and plug that in to your vscode build.

balupton commented 1 year ago

@luyahan I'm thinking of forking this repo and making it a builder of as many rust deps as people want compiled. How did you plan to add riscv support considering that github actions does not support it yet?