Skip to content

Commit

Permalink
Merge PR #12363: [8.12] Tweak the OCaml version used to generate the …
Browse files Browse the repository at this point in the history
…MacOS package.
  • Loading branch information
ejgallego committed May 23, 2020
2 parents 701d713 + 00368b4 commit 82c5cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -74,15 +74,15 @@ jobs:
- script: |
set -e
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
opam init -a -j "$NJOBS" --compiler=ocaml-base-compiler.$COMPILER
opam switch set ocaml-base-compiler.$COMPILER
opam init -a -j "$NJOBS" --compiler=ocaml-variants.$COMPILER
opam switch set ocaml-variants.$COMPILER
eval $(opam env)
opam update
opam install -j "$NJOBS" num ocamlfind${FINDLIB_VER} ounit lablgtk3-sourceview3
opam list
displayName: 'Install OCaml dependencies'
env:
COMPILER: "4.10.0"
COMPILER: "4.07.1+flambda"
FINDLIB_VER: ".1.8.1"
OPAMYES: "true"
Expand Down

0 comments on commit 82c5cc1

Please sign in to comment.