From fcc17c7900ac36f80761eb22f5ea101c7b7be7a8 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 3 Oct 2023 09:34:18 +0200
Subject: [PATCH] use ocaml+flambda for most jobs

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cca9a2ec..26f8f208 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"
 
 .only_branches: &only_branches
   only:
@@ -45,12 +45,12 @@ variables:
 build-coq.dev:
   <<: *template
   variables:
+    OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds
     OPAM_PINS: "coq version dev"
 
 build-coq.8.18.0:
   <<: *template
   variables:
-    OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
     OPAM_PINS: "coq version 8.18.0"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
@@ -71,7 +71,6 @@ build-coq.8.18.0-mr:
 trigger-iris.timing:
   <<: *template
   variables:
-    OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
     OPAM_PINS: "coq version 8.18.0   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
   tags:
   - fp-timing
-- 
GitLab