File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ build_task:
30
30
- name : build-ghc-9.2.5
31
31
env :
32
32
GHC_VERSION : 9.2.5
33
- - name : build-ghc-9.2.6
33
+ - name : build-ghc-9.2.7
34
34
env :
35
- GHC_VERSION : 9.2.6
35
+ GHC_VERSION : 9.2.7
36
36
install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree
37
37
script :
38
38
- tzsetup Etc/GMT
@@ -49,7 +49,7 @@ bindist_task:
49
49
- build-ghc-8.10.7
50
50
- build-ghc-9.0.2
51
51
- build-ghc-9.2.5
52
- - build-ghc-9.2.6
52
+ - build-ghc-9.2.7
53
53
timeout_in : 120m
54
54
only_if : $CIRRUS_TAG != ''
55
55
env :
@@ -76,9 +76,9 @@ bindist_task:
76
76
- tar xvf binaries-9.2.5.tar.xz
77
77
- rm -f binaries-9.2.5.tar.xz
78
78
79
- - curl -o binaries-9.2.6 .tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.6 /binaries/out.tar.xz
80
- - tar xvf binaries-9.2.6 .tar.xz
81
- - rm -f binaries-9.2.6 .tar.xz
79
+ - curl -o binaries-9.2.7 .tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.7 /binaries/out.tar.xz
80
+ - tar xvf binaries-9.2.7 .tar.xz
81
+ - rm -f binaries-9.2.7 .tar.xz
82
82
83
83
- bash .github/scripts/bindist.sh
84
84
bindist_artifacts :
You can’t perform that action at this time.
0 commit comments