Bat: FR: Provide arm binaries in release

Created on 14 Aug 2018  路  3Comments  路  Source: sharkdp/bat

Hello,

First of all, thank you for a wonderful project - this is by far my favorite colorizer. I have a small request - currently setting up a raspberry pi for some dev work, and found that there are no arm builds provided in the releases. If your release tooling is automated enough, could you add a line to build arm7?

Normally I'd compile it myself, but installing cargo on the pi and trying to build on it would be quite slow.

Thanks again!

help wanted packagintooling

All 3 comments

Thank you for the feedback and your request!

Adding arm7 as a target on Travis is not straightforward since we need to cross-compile. However, I think we should be able to use something very similar to what has been done for ripgrep (most of these changes will probably not be needed for bat): https://github.com/BurntSushi/ripgrep/pull/715

See also this similar request for my fd project: https://github.com/sharkdp/fd/issues/244

The new version bat 0.5 includes pre-built binaries for ARMv7.

Thank you!! This is fantastic :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gAmUssA picture gAmUssA  路  3Comments

jkaan picture jkaan  路  3Comments

doggy8088 picture doggy8088  路  4Comments

tbsvttr picture tbsvttr  路  3Comments

mjlbach picture mjlbach  路  3Comments