File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ build_task:
2121 GITHUB_WORKSPACE : ${CIRRUS_WORKING_DIR} 
2222 CABAL_CACHE_NONFATAL : " yes" 
2323 matrix :
24-  - name : build-ghc-9.0.2 
25-  env :
26-  GHC_VERSION : 9.0.2 
2724 - name : build-ghc-9.2.5 
2825 env :
2926 GHC_VERSION : 9.2.5 
@@ -43,7 +40,6 @@ build_task:
4340bindist_task :
4441 name : bindist 
4542 depends_on :
46-  - build-ghc-9.0.2 
4743 - build-ghc-9.2.5 
4844 - build-ghc-9.2.7 
4945 timeout_in : 120m 
@@ -60,10 +56,6 @@ bindist_task:
6056 - tzsetup Etc/GMT 
6157 - adjkerntz -a 
6258
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- 
6759 - 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 
6860 - tar xvf binaries-9.2.5.tar.xz 
6961 - rm -f binaries-9.2.5.tar.xz 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments