question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CI Builds to support libsysconfcpus

See original GitHub issue

If you take a look at this thread, https://github.com/elm-lang/elm-compiler/issues/1473#issuecomment-245704142 you’ll find that elm make won’t work in almost all CI servers.

And hence running a webpack, will 100% timeout.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
eeue56commented, Jan 23, 2017

@maraisr No, you should only have 1 elm entry point if you are making a small SPA. If you are making all of your frontend code in Elm, then you have multiple entry points. This is how NoRedInk does it, and this is the repo I am talking about 😉

1reaction
rtfeldmancommented, Jan 17, 2017

@klazuka oh, and it actually has access to all 32 cores? If so, I would open an issue on https://github.com/elm-lang/elm-make/issues because that would be an issue with elm-make. (Otherwise, it seems like this is probably an issue with Azure VM mis-reporting like Travis and Circle’s VMs are.)

Regardless, I don’t think this repo is the right place to focus on a fix, so I’m going to close this.

Next steps:

  • If you’re on a VM that makes more than 2 cores available (as opposed to reporting more than 2 but only making 2 available, like Travis and Circle do), and things, file an issue at https://github.com/elm-lang/elm-make/issues
  • If you’d like to help improve things with a third-party language extension for Travis and Circle, ping rtfeldman on Elm Slack.

Thanks all!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Description of the different continuous integration test setups ...
All PR's and branches trigger a set of builds using Docker images on Circle-CI. Octave tests - tests the Octave interface and runs...
Read more >
Quickstart Guide - CircleCI
Our support engineers are available to help with service issues, billing, or account related questions, and can help troubleshoot build configurations. Contact ...
Read more >
Concourse CI
Reproducible, debuggable builds. $ fly -t ci intercept -j booklit/unit -s unit root@2c15ff11:/tmp/build/0df9eea0# ps ...
Read more >
AppVeyor: Continuous Integration and Deployment service for ...
1 Continuous Delivery service for Windows. ... CI/CD service for Windows, Linux and macOS. Build, test, deploy your apps faster, on any platform....
Read more >
Home – Travis-CI
Live build request. Auto-deployment on passing builds; Pull request support. Test on Mac, Linux and iOS.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found