Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
using all available threads
Browse files Browse the repository at this point in the history
  • Loading branch information
chitrak7 authored Jun 12, 2018
1 parent 5f750ef commit 952e7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Settings/Builders/Make.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ validateBuilderArgs = builder (Make "testsuite/tests") ? do
compiler <- expr $ fullpath ghc
checkPpr <- expr $ fullpath checkPpr
checkApiAnnotations <- expr $ fullpath checkApiAnnotations
let t = show $ max 4 (threads - 2)
return [ "fast"
, "THREADS=" ++ t
, "THREADS=" ++ threads
, "TEST_HC=" ++ (top -/- compiler)
, "CHECK_PPR=" ++ (top -/- checkPpr)
, "CHECK_API_ANNOTATIONS=" ++ (top -/- checkApiAnnotations)
Expand Down

0 comments on commit 952e7d7

Please sign in to comment.