Am Sun, 19 Mar 2017 06:04:35 +0000 schrieb Jeremy DeHaan <dehaan.jerem...@gmail.com>:
> I've updated a Travis CI script to test my project against the > new 2.068.2 GDC versions, but 5.4.0 and 6.3.0 don't seem to be > available. When Travis runs, I get a `Failed to download > 'http://gdcproject.org/downloads/binaries/x86_64-linux-gnu/gdc-5.4.0.tar.xz'` > error (or similar). > > Any idea what's going on here? The symlinks for travis-ci are missing, but this is intentional for now. Travis-CI uses a very old Ubuntu which makes running the standard binaries difficult and 5.x/6.x don't work on travis yet. Martin Nowak mentioned a workaround though (we need to make sure travis-CI uses the libraries (libatomic, libstdc++) shipped with the binary toolchains instead of the system libraries) but I'll have to update the dlang installer script as the last GDC binary release changed the library paths. Then the installer script should also be updated to fetch the toolchains from the new download locations so we don't need these symlinks anymore. -- Johannes