anowell / mia

Experimental Algorithmia CLI (no longer the official CLI)
41 stars 5 forks source link

[PLATFORM-3258] Update CLI to algo rust version 3 crate. Switch to RustTLS #26

Closed bytekast closed 5 years ago

bytekast commented 5 years ago

@anowell removed the custom OpenSSL build script

anowell commented 5 years ago

I believe the docker build approach was also being used to build against an old libc (for maximum compatibility with older distros). I think that buildslave image was a centos5 docker image where now it will build on Travis's Ubuntu Trusty. Centos 5 is no longer supported, but I think it might be worth doing the build still on a Centos6 host. See: https://github.com/algorithmiaio/algorithmia-cli/issues/6

Everything else here I agree with.