dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
117 stars 47 forks source link

run.dlang.io nightlies aren't recent #696

Closed JinShil closed 6 years ago

JinShil commented 6 years ago

It appears whatever builds and updates the nightlies for run.dlang.io isn't working. See https://run.dlang.io/is/q5XF6n

predefs   DigitalMars Posix linux ELFv1 LittleEndian D_Version2 all D_SIMD D_InlineAsm_X86_64 X86_64 CRuntime_Glibc D_LP64 D_PIC assert D_HardFloat
binary    dmd
version   v2.079.1-master-e14a50f
config    /dlang/dmd-nightly/linux/bin64/dmd.conf
DFLAGS    -I/dlang/dmd-nightly/linux/bin64/../../src/phobos -I/dlang/dmd-nightly/linux/bin64/../../src/druntime/import -L-L/dlang/dmd-nightly/linux/bin64/../lib64 -L--export-dynamic -fPIC
parse     onlineapp
wilzbach commented 6 years ago

Yeah it is broken indeed: https://travis-ci.org/dlang-tour/core-exec

Though the issue looks like vibe.d 0.8.3 isn't compatible with the current master. That's a known issue and IIRC on of the reasons why we had to disable vibe.d temporarily on the project tester.

Btw the magic happens here:

https://github.com/dlang-tour/core-exec/blob/master/Dockerfile

So in short this should get automatically resolved once 0.8.4 is released.

wilzbach commented 6 years ago

They are now again.