From e7d23e65e3803864f107e72124963bd03e4ce395 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 16 May 2022 11:45:08 +0200 Subject: [PATCH] use flambda for newer Coq --- .gitlab-ci.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1d02c0e..79da8ea0 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: @@ -47,13 +47,6 @@ build-coq.8.15.0: variables: OPAM_PINS: "coq version 8.15.0" DENY_WARNINGS: "1" - -build-coq.8.14.1: - <<: *template - variables: - OPAM_PINS: "coq version 8.14.1" - MANGLE_NAMES: "1" - DENY_WARNINGS: "1" CI_COQCHK: "1" OPAM_PKG: "1" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" @@ -61,14 +54,14 @@ build-coq.8.14.1: - fp-timing interruptible: false -# Separate MR job that does not run on fp-timing. -build-coq.8.14.1-mr: +build-coq.8.14.1: <<: *template - <<: *only_mr + <<: *branches_and_mr variables: OPAM_PINS: "coq version 8.14.1" MANGLE_NAMES: "1" DENY_WARNINGS: "1" + OCAML: "ocaml-base-compiler.4.07.1" build-coq.8.13.2: <<: *template @@ -76,6 +69,7 @@ build-coq.8.13.2: OPAM_PINS: "coq version 8.13.2" MANGLE_NAMES: "1" DENY_WARNINGS: "1" + OCAML: "ocaml-base-compiler.4.07.1" build-coq.8.12.2: <<: *template -- GitLab