aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e688fbd463..aacd248c43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -465,7 +465,9 @@ test-suite:edge+trunk+make:
- eval $(opam env)
- opam repo add ocaml-beta https://github.com/ocaml/ocaml-beta-repository.git
- opam update
- - opam install ocaml-variants=4.09.0+trunk num
+ - opam install ocaml-variants=4.09.0+trunk
+ - opam pin add -n ocamlfind https://gitlab.camlcity.org/gerd/lib-findlib.git#gerd/optional-vmthreads
+ - opam install num
- eval $(opam env)
# We avoid problems with warnings:
- ./configure -profile devel -warn-error no
@@ -489,9 +491,10 @@ test-suite:edge+trunk+dune:
- eval $(opam env)
- opam repo add ocaml-beta https://github.com/ocaml/ocaml-beta-repository.git
- opam update
- - opam install ocaml-variants=4.09.0+trunk num
+ - opam install ocaml-variants=4.09.0+trunk
+ - opam pin add -n ocamlfind https://gitlab.camlcity.org/gerd/lib-findlib.git#gerd/optional-vmthreads
- opam pin add dune --dev # ounit lablgtk conf-gtksourceview
- - opam install dune
+ - opam install dune num
- eval $(opam env)
# We use the release profile to avoid problems with warnings
- make -f Makefile.dune trunk