CURATORS.md: clearing the build cache

after moving to new ghc or ubuntu version
This commit is contained in:
Jens Petersen 2016-05-17 11:25:39 +09:00
parent e9ebd483a4
commit 308143e62b

View File

@ -70,7 +70,11 @@ docker rmi $(docker images -q)
but `docker pull snoyberg/stackage:nightly` can also be run instead just to update the nightly image say.
For a new GHC version 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).
force all packages to be rebuilt. See: [issue#746](https://github.com/fpco/stackage/issues/746). Eg:
```
rm -r nightly/work/builds/nightly/
```
This should also be done when moving the Nightly docker image to a new version of Ubuntu.
## stackage-build server