Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign updiesel_cli does not compile in travis container #238
Comments
This comment has been minimized.
|
It looks like you're using postgres, so you should be able to work around this with
Unfortunately diesel_cli by default compiles all the different connection types, which requires those backends to be installed. Still working on a way around this so that |
This comment has been minimized.
|
What exactly would I have to install? I've added I do plan on using both in the future actually. |
This comment has been minimized.
|
However, it looks like we don't even install sqlite in our .travis.yml, we just have |
This comment has been minimized.
|
No, you can set |
This comment has been minimized.
|
Ah, good point. I'll investigate this tonight |
This comment has been minimized.
|
Travis uses an ancient version of SQLite and you have to go through contortions to get it to work (see our travis.yml's history). However, the "update SQLite" issue on the travis package whitelist repo was recently closed, so they may have fixed it. |
This comment has been minimized.
Any version of libsqlite that is more recent than 2012 |
jgillich commentedMar 18, 2016
Installing
diesel_cliwith cargo onnightlyandnightly-2016-03-11:https://travis-ci.org/jgillich/mp/jobs/116882725
I've tried installing
libsqlite3-dev, does not help. No idea what is going on here, it works witthsudo: requiredfor some reason...