Skip to content
Snippets Groups Projects
Commit f30d367a authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Fix CI.

parent 9fda08dd
No related branches found
No related tags found
No related merge requests found
Pipeline #119760 failed
......@@ -5,6 +5,7 @@ stages:
variables:
CPU_CORES: "10"
OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
.template: &template
stage: build
......@@ -27,19 +28,21 @@ variables:
## Build jobs
build-coq.8.15.0:
build-coq.8.20.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.15.0"
OPAM_PKG: "1"
OPAM_PINS: "coq version 8.20.0"
DENY_WARNINGS: "1"
tags:
- fp-timing
MANGLE_NAMES: "1"
# Mostly to make the lifetime logic available
OPAM_PKG: "1"
build-iris.dev:
trigger-iris.timing:
<<: *template
variables:
OPAM_PINS: "coq version 8.15.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
OPAM_PINS: "coq version 8.20.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags:
- fp-timing
only:
- triggers
- schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment