Skip to content

Commit 3bc2623

Browse files
committed
release.hs: reduce superfluous builds
1 parent e7bfc45 commit 3bc2623

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etc/scripts/release.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ rules global@Global{..} args = do
156156
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
157157
() <- cmd0 "install --resolver=lts-3.0 cabal-install"
158158
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
159-
() <- cmd' "clean"
160-
() <- cmd' "build --pedantic"
161159
() <- cmd' "test --pedantic --flag stack:integration-tests"
162160
return ()
163161
copyFileChanged (releaseBinDir </> binaryName </> stackExeFileName) out

0 commit comments

Comments
 (0)