Docker images for LDC releases?
Jacob Carlborg
doob at me.com
Sun Aug 5 06:53:23 UTC 2018
On 2018-08-04 20:41, Jon Degenhardt wrote:
> Is there an up-to-date docker image for LDC?
>
> Why I ask: I've been using a dockerized LDC image on TravisCI for
> building public release binaries. The docker image I've been using,
> dlanguage/ldc (https://github.com/lindt/docker-ldc), has not been
> updated recently (currently at LDC 1.9).
>
> The reason for using a docker image on Travis is that Travis still runs
> Ubuntu 14.04, and I've had trouble with static linking on Ubuntu 14.04.
> Ubuntu 16.04 works fine
> (https://github.com/ldc-developers/ldc/issues/2390).
Perhaps you can try "group: travis_latest" [1] and see if that gives you
a later version of Ubuntu.
[1]
https://blog.travis-ci.com/2017-12-01-new-update-schedule-for-linux-build-images
--
/Jacob Carlborg
More information about the digitalmars-d-ldc
mailing list