From ba969f6b0392ba3ae572aff3fc8681ce1adfce8c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Aug 2015 16:43:11 +0300 Subject: [PATCH] Comment about wiping out cache #746 --- CURATORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 8855852a..f20ef46b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -52,6 +52,10 @@ docker rm $(docker ps -a -q) docker rmi $(docker images -q) ``` +You should also delete the cache directories on the stackage-build server to +force all packages to be rebuilt. See: [issue +#746](https://github.com/fpco/stackage/issues/746). + ## stackage-build server You'll need to get your SSH public key added to the machine. ~/.ssh/config info: