Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(.ci-macosx.sh): Install openssl
* href: https://formulae.brew.sh/formula/openssl@3#default

* Note: the following two CI builds for macOS are slightly different,
  which allows one to have a better "test coverage":

  - .github/workflows/build-macos.yml : build : 'sh .ci-macosx.sh' =>
    Use a brew distribution of opam

  - .github/workflows/static-builds.yml : static-bin-macos =>
    Use opam-2.1.0-x86_64-macos
  • Loading branch information
erikmd committed Sep 25, 2021
1 parent 17a6703 commit 0a30b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci-macosx.sh
Expand Up @@ -10,9 +10,10 @@ brew update
brew install pkg-config
brew install opam
brew install libev
brew install openssl
opam init -y -a --bare

opam switch create . ocaml-base-compiler --deps-only --locked -y -j 2 -v
opam switch create . ocaml-base-compiler --deps-only --locked -y -j 2 # -v
eval $(opam env)
make
make opaminstall
Expand Down

0 comments on commit 0a30b4f

Please sign in to comment.