|
1 | 1 | # This GitHub workflow config has been generated by a script via
|
2 | 2 | #
|
3 |
| -# haskell-ci 'github' '--benchmarks-jobs= < 9.2' '--installed=-containers' '--installed=-binary' 'unordered-containers.cabal' '--branches=master' |
| 3 | +# haskell-ci 'github' 'unordered-containers.cabal' |
4 | 4 | #
|
5 | 5 | # To regenerate the script (for example after adjusting tested-with) run
|
6 | 6 | #
|
7 | 7 | # haskell-ci regenerate
|
8 | 8 | #
|
9 | 9 | # For more information, see https://github.com/haskell-CI/haskell-ci
|
10 | 10 | #
|
11 |
| -# version: 0.13.20211030 |
| 11 | +# version: 0.13.20211116 |
12 | 12 | #
|
13 |
| -# REGENDATA ("0.13.20211030",["github","--benchmarks-jobs= < 9.2","--installed=-containers","--installed=-binary","unordered-containers.cabal","--branches=master"]) |
| 13 | +# REGENDATA ("0.13.20211116",["github","unordered-containers.cabal"]) |
14 | 14 | #
|
15 | 15 | name: Haskell-CI
|
16 | 16 | on:
|
|
24 | 24 | linux:
|
25 | 25 | name: Haskell-CI - Linux - ${{ matrix.compiler }}
|
26 | 26 | runs-on: ubuntu-18.04
|
| 27 | + timeout-minutes: |
| 28 | + 60 |
27 | 29 | container:
|
28 | 30 | image: buildpack-deps:bionic
|
29 | 31 | continue-on-error: ${{ matrix.allow-failure }}
|
@@ -149,6 +151,10 @@ jobs:
|
149 | 151 | repository hackage.haskell.org
|
150 | 152 | url: http://hackage.haskell.org/
|
151 | 153 | EOF
|
| 154 | + cat >> $CABAL_CONFIG <<EOF |
| 155 | + program-default-options |
| 156 | + ghc-options: $GHCJOBS +RTS -M3G -RTS |
| 157 | + EOF |
152 | 158 | cat $CABAL_CONFIG
|
153 | 159 | - name: versions
|
154 | 160 | run: |
|
@@ -233,3 +239,11 @@ jobs:
|
233 | 239 | run: |
|
234 | 240 | rm -f cabal.project.local
|
235 | 241 | $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks all
|
| 242 | + - name: prepare for constraint sets |
| 243 | + run: | |
| 244 | + rm -f cabal.project.local |
| 245 | + - name: constraint set debug |
| 246 | + run: | |
| 247 | + $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='unordered-containers +debug' --dependencies-only -j2 all |
| 248 | + $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='unordered-containers +debug' all |
| 249 | + $CABAL v2-test $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='unordered-containers +debug' all |
0 commit comments