Skip to content

Commit 76971b6

Browse files
TEMP: remove non-windows CI
1 parent 81e98b7 commit 76971b6

2 files changed

Lines changed: 82 additions & 169 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -144,101 +144,101 @@ jobs:
144144
# CABAL_PROJECT=cabal.project.ghc-head
145145
# DISABLE_SDIST_BUILD="y"
146146

147-
- name: ci
148-
runner: ubuntu-latest
149-
command: cabal
150-
ghc_version: 9.14.1
151-
# WARNING! cannot use # comments inside pack_options.
152-
#pack_options: >-
153-
#CABAL_PROJECT=cabal.project.d/master
147+
#- name: ci
148+
# runner: ubuntu-latest
149+
# command: cabal
150+
# ghc_version: 9.14.1
151+
# # WARNING! cannot use # comments inside pack_options.
152+
# #pack_options: >-
153+
# #CABAL_PROJECT=cabal.project.d/master
154154

155-
- name: ci
156-
runner: macos-latest
157-
command: cabal
158-
ghc_version: 9.12.4
159-
# WARNING! cannot use # comments inside pack_options.
160-
#pack_options: >-
161-
#CABAL_PROJECT=cabal.project.d/master
155+
#- name: ci
156+
# runner: macos-latest
157+
# command: cabal
158+
# ghc_version: 9.12.4
159+
# # WARNING! cannot use # comments inside pack_options.
160+
# #pack_options: >-
161+
# #CABAL_PROJECT=cabal.project.d/master
162162

163-
- name: werror-fusion
164-
runner: ubuntu-latest
165-
command: cabal
166-
ghc_version: 9.10.3
167-
# WARNING! cannot use # comments inside pack_options.
168-
pack_options: >-
169-
CABAL_BUILD_OPTIONS="--flag fusion-plugin"
170-
CABAL_PROJECT=cabal.project.d/master-Werror
171-
172-
- name: ghc-9.10.3
173-
runner: ubuntu-latest
174-
command: stack
175-
# WARNING! cannot use # comments inside pack_options.
176-
pack_options: >-
177-
STACK_UPGRADE="y"
178-
DISABLE_SDIST_BUILD="y"
163+
#- name: werror-fusion
164+
# runner: ubuntu-latest
165+
# command: cabal
166+
# ghc_version: 9.10.3
167+
# # WARNING! cannot use # comments inside pack_options.
168+
# pack_options: >-
169+
# CABAL_BUILD_OPTIONS="--flag fusion-plugin"
170+
# CABAL_PROJECT=cabal.project.d/master-Werror
179171

180-
- name: ci
181-
runner: ubuntu-latest
182-
command: cabal
183-
ghc_version: 9.8.4
184-
# WARNING! cannot use # comments inside pack_options.
185-
#pack_options: >-
186-
#CABAL_PROJECT=cabal.project.d/master
172+
#- name: ghc-9.10.3
173+
# runner: ubuntu-latest
174+
# command: stack
175+
# # WARNING! cannot use # comments inside pack_options.
176+
# pack_options: >-
177+
# STACK_UPGRADE="y"
178+
# DISABLE_SDIST_BUILD="y"
187179

188-
- name: ci
189-
runner: ubuntu-latest
190-
command: cabal
191-
ghc_version: 9.6.3
192-
# WARNING! cannot use # comments inside pack_options.
193-
#pack_options: >-
194-
#CABAL_PROJECT=cabal.project.d/master
180+
#- name: ci
181+
# runner: ubuntu-latest
182+
# command: cabal
183+
# ghc_version: 9.8.4
184+
# # WARNING! cannot use # comments inside pack_options.
185+
# #pack_options: >-
186+
# #CABAL_PROJECT=cabal.project.d/master
195187

196-
- name: ci
197-
runner: ubuntu-latest
198-
command: cabal
199-
ghc_version: 9.4.7
200-
#pack_options: >-
201-
#CABAL_PROJECT=cabal.project.d/master
188+
#- name: ci
189+
# runner: ubuntu-latest
190+
# command: cabal
191+
# ghc_version: 9.6.3
192+
# # WARNING! cannot use # comments inside pack_options.
193+
# #pack_options: >-
194+
# #CABAL_PROJECT=cabal.project.d/master
202195

203-
- name: ci
204-
runner: ubuntu-latest
205-
command: cabal
206-
ghc_version: 9.2.8
207-
#pack_options: >-
208-
#CABAL_PROJECT=cabal.project.d/master
196+
#- name: ci
197+
# runner: ubuntu-latest
198+
# command: cabal
199+
# ghc_version: 9.4.7
200+
# #pack_options: >-
201+
# #CABAL_PROJECT=cabal.project.d/master
209202

210-
- name: no-docs
211-
runner: ubuntu-latest
212-
command: cabal
213-
ghc_version: 8.10.7
214-
pack_options: >-
215-
DISABLE_DOCS="y"
216-
#CABAL_PROJECT=cabal.project.d/master
203+
#- name: ci
204+
# runner: ubuntu-latest
205+
# command: cabal
206+
# ghc_version: 9.2.8
207+
# #pack_options: >-
208+
# #CABAL_PROJECT=cabal.project.d/master
209+
210+
#- name: no-docs
211+
# runner: ubuntu-latest
212+
# command: cabal
213+
# ghc_version: 8.10.7
214+
# pack_options: >-
215+
# DISABLE_DOCS="y"
216+
# #CABAL_PROJECT=cabal.project.d/master
217217

218218
- name: ci
219219
runner: windows-latest
220220
command: cabal
221221
ghc_version: 9.12.4
222222

223-
- name: ci
224-
runner: ubuntu-latest
225-
command: hlint
226-
# WARNING! cannot use # comments inside pack_options.
227-
pack_options: >-
228-
HLINT_VERSION=3.6.1
229-
HLINT_OPTIONS="lint"
230-
HLINT_TARGETS="src test Benchmark"
231-
232-
- name: docspec
233-
runner: ubuntu-latest
234-
command: cabal
235-
ghc_version: 9.12.4
236-
# WARNING! cannot use # comments inside pack_options.
237-
pack_options: >-
238-
DISABLE_SDIST_BUILD="y"
239-
ENABLE_DOCSPEC="y"
240-
DOCSPEC_URL=https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20250606/cabal-docspec-0.0.0.20250606-x86_64-linux.xz
241-
DOCSPEC_OPTIONS="--timeout 60"
223+
#- name: ci
224+
# runner: ubuntu-latest
225+
# command: hlint
226+
# # WARNING! cannot use # comments inside pack_options.
227+
# pack_options: >-
228+
# HLINT_VERSION=3.6.1
229+
# HLINT_OPTIONS="lint"
230+
# HLINT_TARGETS="src test Benchmark"
231+
232+
#- name: docspec
233+
# runner: ubuntu-latest
234+
# command: cabal
235+
# ghc_version: 9.12.4
236+
# # WARNING! cannot use # comments inside pack_options.
237+
# pack_options: >-
238+
# DISABLE_SDIST_BUILD="y"
239+
# ENABLE_DOCSPEC="y"
240+
# DOCSPEC_URL=https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20250606/cabal-docspec-0.0.0.20250606-x86_64-linux.xz
241+
# DOCSPEC_OPTIONS="--timeout 60"
242242

243243
#-----------------------------------------------------------------------------
244244
# Usually you do need to change anything below, this is generic code for

appveyor.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)