Skip to content

Commit

Permalink
[Chore] Temporarily make benchs not buildable
Browse files Browse the repository at this point in the history
Problem: CI refuses to build universum with GHC-9.10 because
of `gauge`. It turned out to be a deprecated package.

Solution: as temporary measure we disable building benchmarks
completely. However, we should migrate to another library later.
An issue is created for it.
  • Loading branch information
gromakovsky committed Oct 15, 2024
1 parent 95e3842 commit ca15526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions universum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ benchmark universum-benchmark
ghc-options: -Wno-missing-safe-haskell-mode
if impl(ghc >= 9.8.0)
ghc-options: -Wno-x-partial
-- TODO (#298): migrate from gauge to something
buildable: False

default-extensions: NoImplicitPrelude
ScopedTypeVariables

0 comments on commit ca15526

Please sign in to comment.