mesalock-linux / mesabox

A collection of core system utilities written in Rust for Unix-like systems (and now Windows)
BSD 3-Clause "New" or "Revised" License
137 stars 19 forks source link

Remove build targets #38

Closed Arcterus closed 6 years ago

Arcterus commented 6 years ago

We can probably remove the 1.26.2 targets on ARM, as if they work on x86_64 they'll likely work on ARM (we don't do much architecture-specific stuff at the moment). We can also probably combine the formatting target with the normal stable Linux target.

mssun commented 6 years ago

We use matrix to create multiple targets. We can do that to reduce/combine some overlapped targets. However, the travis.yml file will become lengthy (to specify targets explicitly).

Arcterus commented 6 years ago

I think it's worth making the file more complex if the builds will be faster.

mssun commented 6 years ago

Fixed in the commit: https://github.com/mesalock-linux/mesabox/commit/679459afd359b779b43649e0e2f4525735d6cf4b