Skip to content

Commit f111147

Browse files
hasufellwz1000
authored andcommitted
Fix FreeBSD CI
1 parent 9583293 commit f111147

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build_task:
3333
- name: build-ghc-9.2.7
3434
env:
3535
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
3737
script:
3838
- tzsetup Etc/GMT
3939
- adjkerntz -a
@@ -59,7 +59,7 @@ bindist_task:
5959
DISTRO: "na"
6060
RUNNER_OS: "FreeBSD"
6161
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
6363
script:
6464
- tzsetup Etc/GMT
6565
- adjkerntz -a
@@ -97,7 +97,7 @@ test_task:
9797
DISTRO: "na"
9898
RUNNER_OS: "FreeBSD"
9999
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
101101
script:
102102
- tzsetup Etc/GMT
103103
- adjkerntz -a

0 commit comments

Comments
 (0)