Skip to content

Commit

Permalink
Merge pull request #226 from ethereum/no-threading-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo authored Mar 17, 2023
2 parents 2c4448f + d215b14 commit 9110cf4
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ library
Paths_hevm
autogen-modules:
Paths_hevm
if flag(devel)
ghc-options: -Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans -j
else
ghc-options: -Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans
ghc-options: -Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans
if os(linux) || os(windows)
extra-libraries: stdc++
extra-libraries:
Expand Down Expand Up @@ -196,10 +193,7 @@ executable hevm
hevm-cli
main-is:
hevm-cli.hs
if flag(devel)
ghc-options: -Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans -j
else
ghc-options: -Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans
ghc-options: -Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans
other-modules:
Paths_hevm
if os(darwin)
Expand Down Expand Up @@ -248,10 +242,7 @@ executable hevm

common test-base
import: shared
if flag (devel)
ghc-options: -Wall -Wno-unticked-promoted-constructors -Wno-orphans -j
else
ghc-options: -Wall -Wno-unticked-promoted-constructors -Wno-orphans
ghc-options: -Wall -Wno-unticked-promoted-constructors -Wno-orphans
hs-source-dirs:
test
extra-libraries:
Expand Down Expand Up @@ -308,6 +299,8 @@ library test-utils
common test-common
import:
test-base
if flag(devel)
ghc-options: -threaded -with-rtsopts=-N
build-depends:
test-utils
other-modules:
Expand All @@ -321,7 +314,6 @@ common test-common
ld-options: -Wl,-keep_dwarf_unwind
else
extra-libraries: stdc++
ghc-options: -threaded -with-rtsopts=-N

--- Test Suites ---

Expand Down

0 comments on commit 9110cf4

Please sign in to comment.