From d81f4c48262e7cda7f1c1e0548363804a6bc2ea0 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 17 May 2022 12:00:18 +0200 Subject: [PATCH] use a faster OCaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9780e14..c4f06d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-base-compiler.4.14.0" + OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" .template: &template stage: build -- GitLab