Skip to content

Commit af3e918

Browse files
TEMP: remove non-windows CI
1 parent b892495 commit af3e918

2 files changed

Lines changed: 80 additions & 167 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -144,76 +144,76 @@ 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
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
171171

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"
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"
179179

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
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
187187

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
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
195195

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
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
202202

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
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
209209

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
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
@@ -222,25 +222,25 @@ jobs:
222222
pack_options: >-
223223
DISABLE_SDIST_BUILD="y"
224224
225-
- name: ci
226-
runner: ubuntu-latest
227-
command: hlint
228-
# WARNING! cannot use # comments inside pack_options.
229-
pack_options: >-
230-
HLINT_VERSION=3.6.1
231-
HLINT_OPTIONS="lint"
232-
HLINT_TARGETS="src test Benchmark"
225+
#- name: ci
226+
# runner: ubuntu-latest
227+
# command: hlint
228+
# # WARNING! cannot use # comments inside pack_options.
229+
# pack_options: >-
230+
# HLINT_VERSION=3.6.1
231+
# HLINT_OPTIONS="lint"
232+
# HLINT_TARGETS="src test Benchmark"
233233

234-
- name: docspec
235-
runner: ubuntu-latest
236-
command: cabal
237-
ghc_version: 9.12.4
238-
# WARNING! cannot use # comments inside pack_options.
239-
pack_options: >-
240-
DISABLE_SDIST_BUILD="y"
241-
ENABLE_DOCSPEC="y"
242-
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
243-
DOCSPEC_OPTIONS="--timeout 60"
234+
#- name: docspec
235+
# runner: ubuntu-latest
236+
# command: cabal
237+
# ghc_version: 9.12.4
238+
# # WARNING! cannot use # comments inside pack_options.
239+
# pack_options: >-
240+
# DISABLE_SDIST_BUILD="y"
241+
# ENABLE_DOCSPEC="y"
242+
# 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
243+
# DOCSPEC_OPTIONS="--timeout 60"
244244

245245
#-----------------------------------------------------------------------------
246246
# 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)