File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ jobs:
69
69
ghc : ${{ matrix.ghc }}
70
70
os : ${{ runner.os }}
71
71
72
- - name : Build `hls-graph` with flags
73
- run : cabal v2-build hls-graph --flags="embed-files stm-stats pedantic"
74
-
75
- - name : Build `ghcide` with flags
76
- run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
72
+ - name : Configue extra flags for some components
73
+ run : |
74
+ cabal configure \
75
+ --constraint "hls-graph +embed-files +stm-stats +pedantic" \
76
+ --constraint "ghcide +ekg +executable +pedantic +test-exe"
77
+ cat cabal.project.local
77
78
78
79
- name : Build with pedantic (-WError)
79
- run : cabal v2-build --flags=" pedantic"
80
+ run : cabal v2-build --flags=pedantic
80
81
81
82
flags_post_job :
82
83
if : always()
You can’t perform that action at this time.
0 commit comments