reflex-platform
reflex-platform copied to clipboard
Check that binary cache is working
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.
There has been some discussion about this on #284. Moving to this new issue.
@ElvishJerricco Was this resolved with #284?
#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
Also, it didn't technically check that the binary cache was setup properly - it only proved that evaluation ended within a 5h timeout.
Okay, thanks for the background. Sounds like this is something we still need to address.