File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ build_task:
21
21
GITHUB_WORKSPACE : ${CIRRUS_WORKING_DIR}
22
22
CABAL_CACHE_NONFATAL : " yes"
23
23
matrix :
24
- - name : build-ghc-9.0.2
25
- env :
26
- GHC_VERSION : 9.0.2
27
24
- name : build-ghc-9.2.5
28
25
env :
29
26
GHC_VERSION : 9.2.5
@@ -43,7 +40,6 @@ build_task:
43
40
bindist_task :
44
41
name : bindist
45
42
depends_on :
46
- - build-ghc-9.0.2
47
43
- build-ghc-9.2.5
48
44
- build-ghc-9.2.7
49
45
timeout_in : 120m
@@ -60,10 +56,6 @@ bindist_task:
60
56
- tzsetup Etc/GMT
61
57
- adjkerntz -a
62
58
63
- - curl -o binaries-9.0.2.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.0.2/binaries/out.tar.xz
64
- - tar xvf binaries-9.0.2.tar.xz
65
- - rm -f binaries-9.0.2.tar.xz
66
-
67
59
- curl -o binaries-9.2.5.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.5/binaries/out.tar.xz
68
60
- tar xvf binaries-9.2.5.tar.xz
69
61
- rm -f binaries-9.2.5.tar.xz
You can’t perform that action at this time.
0 commit comments