File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build_task:
33
33
- name : build-ghc-9.2.7
34
34
env :
35
35
GHC_VERSION : 9.2.7
36
- install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree
36
+ install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree gmp libiconv
37
37
script :
38
38
- tzsetup Etc/GMT
39
39
- adjkerntz -a
@@ -59,7 +59,7 @@ bindist_task:
59
59
DISTRO : " na"
60
60
RUNNER_OS : " FreeBSD"
61
61
GITHUB_WORKSPACE : ${CIRRUS_WORKING_DIR}
62
- install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree unzip
62
+ install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree gmp libiconv unzip
63
63
script :
64
64
- tzsetup Etc/GMT
65
65
- adjkerntz -a
@@ -97,7 +97,7 @@ test_task:
97
97
DISTRO : " na"
98
98
RUNNER_OS : " FreeBSD"
99
99
GITHUB_WORKSPACE : ${CIRRUS_WORKING_DIR}
100
- install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree unzip
100
+ install_script : pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree gmp libiconv unzip
101
101
script :
102
102
- tzsetup Etc/GMT
103
103
- adjkerntz -a
You can’t perform that action at this time.
0 commit comments