Skip to content

Commit

Permalink
Merge pull request #32 from juhp/no-dump-logs
Browse files Browse the repository at this point in the history
try --no-dump-logs to quieten curator builds
  • Loading branch information
snoyberg authored Sep 17, 2023
2 parents 80e7e9a + dbe8111 commit 1382cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-curator/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ build jobs = do
logInfo "Building"
withWorkingDir unpackDir $ proc
"stack"
(words $ "--terminal --system-ghc build --test --bench --test-suite-timeout=600 --no-rerun-tests --no-run-benchmarks --haddock --no-interleaved-output --jobs=" ++ show jobs)
(words $ "--terminal build --test --bench --test-suite-timeout=600 --no-rerun-tests --no-run-benchmarks --haddock --no-dump-logs --no-interleaved-output --jobs=" ++ show jobs)
runProcess_

hackageDistro :: Target -> RIO PantryApp ()
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.11
resolver: lts-21.12

# For local dev
# - ../pantry
Expand Down

0 comments on commit 1382cdc

Please sign in to comment.