lvh / caesium

Modern cryptography (libsodium/NaCl) for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use libsodium package on Travis

lvh opened this issue · comments

commented

Right now, caesium compiles libsodium on every Travis CI build. I'd really love to be more mindful of @travis-ci's generously donated CPU cycles, but I can't: there's no Ubuntu libsodium packages.

There is a package on the DNSCrypt PPA. We previously tried to use it, but it's fairly old (0.4.x, released some time in 2013) and does not support the features we're trying to expose.

It is probably also related on Travis upgrading to Ubuntu 14.04, the current LTS (travis-ci/travis-ci#2046), since we're more likely to find newer versions built for newer Ubuntu versions.