From 18cba701c0391700801819d9cb91abd4e075954d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 16 Aug 2022 09:20:11 -0400 Subject: [PATCH] let's not use flambda while opam rebuilds Coq each and every time --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4f06d5..cc1a448 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" + OCAML: "ocaml-variants.4.14.0+options" .template: &template stage: build -- GitLab