mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-05 02:50:31 +01:00
Document how to force a single package rebuild
This commit is contained in:
parent
719b9a876e
commit
b2c0e377db
@ -292,6 +292,15 @@ You can wipe the nightly cache and rebuild everything by doing
|
|||||||
`rm -rf /var/stackage/stackage/automated/nightly`.
|
`rm -rf /var/stackage/stackage/automated/nightly`.
|
||||||
Replace nightly with `lts7` to wipe the LTS 7 cache.
|
Replace nightly with `lts7` to wipe the LTS 7 cache.
|
||||||
|
|
||||||
|
### Force a single package rebuild
|
||||||
|
|
||||||
|
You can force a single package to rebuild by deleting its "previous result"
|
||||||
|
file, e.g.:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ rm /var/stackage/stackage/automated/nightly/work/builds/nightly/prevres/Build/cryptohash-0.11.9
|
||||||
|
```
|
||||||
|
|
||||||
## Local curator setup
|
## Local curator setup
|
||||||
|
|
||||||
We do not run the full stackage build locally as that might take too
|
We do not run the full stackage build locally as that might take too
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user