Skip to content

Commit

Permalink
CI: Nix dev env: GHC 8.10: disable strict build
Browse files Browse the repository at this point in the history
Please, enable it back after #896 closes.
  • Loading branch information
Anton-Latukha committed Mar 21, 2021
1 parent f62321a commit cd02c6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Optional-Nix-dev-env-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:


build20:
name: "GHC 8.10, strict quality build, SDist, Optimizations, Benchmark, Haddock, Completions"
# name: "GHC 8.10, strict quality build, SDist, Optimizations, Benchmark, Haddock, Completions"
name: "GHC 8.10, SDist, Optimizations, Benchmark, Haddock, Completions"
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand All @@ -104,7 +105,7 @@ jobs:
env:
compiler: "ghc8103"
buildFromSdist: "true"
buildStrictly: "true"
buildStrictly: "false"
linkWithGold: "true"
doHaddock: "true"
doHyperlinkSource: "true"
Expand Down

0 comments on commit cd02c6d

Please sign in to comment.