japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Alternative to sort-version? #75

Closed urschrei closed 7 years ago

urschrei commented 7 years ago

I'm building my package inside a manylinux1 container (CentOS 5), so that the dylibs can be used in Python wheels. This used to work perfectly, but the change to cross and its dependence on sort --sort-version is difficult to fix; I can't even upgrade to the latest coreutils, because CentOS 5 doesn't support the .xz format that's used after coreutils version 8.13

I know gsort can be installed using homebrew on MacOS, but I wonder if there's a simple way to fix this…

urschrei commented 7 years ago

(Fixed by installing from source)