reflex-platform icon indicating copy to clipboard operation
reflex-platform copied to clipboard

Check that binary cache is working

Open ElvishJerricco opened this issue 6 years ago • 5 comments

For both CI's sake, and for ensuring that users don't get confused when they end up compiling GHC 7.8, we should have try-reflex ask if it should exit if the cache is not configured. Recently, we've seen several cases where the automated cache configuration has not been successful enough.

ElvishJerricco avatar Apr 18 '18 02:04 ElvishJerricco

There has been some discussion about this on #284. Moving to this new issue.

ElvishJerricco avatar Apr 18 '18 02:04 ElvishJerricco

@ElvishJerricco Was this resolved with #284?

JBetz avatar Nov 27 '19 19:11 JBetz

#284 worked on CircleCI which we moved away from a year ago or so. AFAICT we don't have CI on impure tests (e.g. try-reflex) anymore. #542 would probably have been caught at time of breakage if we did

alexfmpe avatar Nov 27 '19 19:11 alexfmpe

Also, it didn't technically check that the binary cache was setup properly - it only proved that evaluation ended within a 5h timeout.

alexfmpe avatar Nov 27 '19 19:11 alexfmpe

Okay, thanks for the background. Sounds like this is something we still need to address.

JBetz avatar Nov 27 '19 20:11 JBetz