Skip to content

Commit 57cb49a

Browse files
committed
build(macos): Add missing system packages for {conf-libffi,conf-zlib}
1 parent 0000ded commit 57cb49a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ci-macosx.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ brew install pkg-config
4040
brew install opam
4141
brew install libev
4242
brew install openssl
43+
brew install libffi
44+
brew install zlib
45+
4346
opam init -y -a --bare
4447

4548
opam switch create . ocaml-base-compiler --deps-only --locked -y -j 2 # -v

.github/workflows/static-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
brew install openssl@3 # Workaround https://github.com/ocaml/opam-repository/issues/19676
101101
brew install zstd # Install zstd to avoid "ld: Undefined symbols: _ZSTD_*" at linking time
102102
# ^-> see also https://github.com/ocaml/ocaml/issues/12562
103+
brew install libffi zlib # needed since https://github.com/ocaml-sf/learn-ocaml/pull/610
103104
opam switch create . ocaml-base-compiler --deps-only
104105
- name: Build the binaries
105106
run: |

0 commit comments

Comments
 (0)