File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -131,25 +131,20 @@ jobs:
131
131
${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
132
132
${{ env.cache-name }}-${{ runner.os }}-
133
133
134
- - if : needs.pre_job.outputs.should_skip != 'true'
135
- name : Build `hls-graph` with flags
134
+ - name : Build `hls-graph` with flags
136
135
run : cabal v2-build hls-graph --flags="pedantic embed-files stm-stats"
137
136
138
- - if : needs.pre_job.outputs.should_skip != 'true'
139
- name : Build `hie-compat` with flags
137
+ - name : Build `hie-compat` with flags
140
138
run : cabal v2-build hie-compat --flags="ghc-lib"
141
139
142
- - if : needs.pre_job.outputs.should_skip != 'true'
143
- name : Build `hls-plugin-api` with flags
140
+ - name : Build `hls-plugin-api` with flags
144
141
run : cabal v2-build hls-plugin-api --flags="pedantic"
145
142
146
- - if : needs.pre_job.outputs.should_skip != 'true'
147
- name : Build `hls-test-utils` with flags
143
+ - name : Build `hls-test-utils` with flags
148
144
run : cabal v2-build hls-test-utils --flags="pedantic"
149
145
150
146
# repeating builds to workaround segfaults in windows and ghc-8.8.4
151
- - if : needs.pre_job.outputs.should_skip_ghcide != 'true'
152
- name : Build
147
+ - name : Build
153
148
run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe" || cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe" || cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
154
149
155
150
flags_post_job :
You can’t perform that action at this time.
0 commit comments