From afb3be9c95c3b7a388f37db34421cdeb81a774a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Mar 2024 12:06:45 -0800 Subject: [PATCH] update CURATOR cleanup instructions on ghc bump --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 32fb863d..6acb7357 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -248,7 +248,7 @@ For a new GHC version you should also delete the ~~cache~~ .stack-work snapshot # for example SNAP_SERIES=nightly # or lts16 OLD_GHCVER=8.10.1 -rm -r work/$SNAP_SERIES/unpack-dir/.stack-work/install/x86_64-linux/*/$OLD_GHCVER/ +rm -r work/$SNAP_SERIES/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/*/$OLD_GHCVER/ ``` This should also be done when moving the Nightly docker image to a new version of Ubuntu.