elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

elm-make get stuck during compile #175

Closed korczis closed 6 years ago

korczis commented 6 years ago

I have problem with elm-make. It get stuck on Travis CI and in docker.

Travis CI

Docker

I can provide more info if needed.

process-bot commented 6 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

andys8 commented 6 years ago

Hi @korczis, the build is timing out. Could you try to find out if the build blocks (forever) or if it is just very slow.

travis_wait can be used to raise the timeout threshold.

It could be the case that it's only very slow on CI (see: https://github.com/elm-lang/elm-compiler/issues/1473), but it doesn't have to be :)

evancz commented 6 years ago

I need an http://sscce.org to debug stuff like this. I suspect the info in https://github.com/elm-lang/elm-compiler/issues/1473 can help you out. For future reference, it will be way faster to ask for help through community forums like Slack or Discourse. Issues are used for bugs that have filtered through the community.

Anyway, I think the speed stuff has been narrowed down a lot, so I think this will be improving.