Closed ocefpaf closed 7 years ago
@ocefpaf, can we close this issue?
@ocefpaf, can we close this issue?
We are pinned to the old image and that one can go away without much warning, so I'd rather keep this opened to remind us to address the migration to the new one.
PS: I am running tests every since to try to figure out how to fire up the database in the new Image in my fork. See the test
an appveyor
branches. I hope to have a PR soon.
Thanks. I was just going over some old issues, for no particular reason than to clean up.
Travis-CI changed from a
Ubuntu precise
image, which reached the EOL, to theUbuntu Trusty
, the new LTS image. See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-comingThis change caused some breakages in the testing framework b/c it relied on packages from
apt
that are no longer available in the new image. The options are:I am looking into the problem and we can probably do
1
right now while we choose between2
and3
as a long term solution. (I prefer3
BTW.)