aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-05-02 10:43:23 +0200
committerEmilio Jesus Gallego Arias2019-05-02 10:43:23 +0200
commit13a5d507049e03497ba17434c5f4089beb3312d6 (patch)
treec3bf39ae85431ca6cdf5db03417e55d59bdf54be
parent213b5419136e4639f345e171c086b154c14aa62c (diff)
parent680facebace8718f651d6c46167359cebc85a8a4 (diff)
Merge PR #10048: [CI/Azure/macOS] Fix install of OCaml through OPAM
Reviewed-by: ejgallego
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f09087b172..f2cec1eb19 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -59,8 +59,8 @@ jobs:
- script: |
set -e
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
- opam init -a -j "$NJOBS" --compiler=$COMPILER
- opam switch set $COMPILER
+ opam init -a -j "$NJOBS" --compiler=ocaml-base-compiler.$COMPILER
+ opam switch set ocaml-base-compiler.$COMPILER
eval $(opam env)
opam update
opam install -j "$NJOBS" num ocamlfind${FINDLIB_VER} ounit lablgtk3-sourceview3