Skip to content
Snippets Groups Projects
Commit d2de2927 authored by Ralf Jung's avatar Ralf Jung
Browse files

switch CI to Coq 8.18

parent 6b0f9e9a
No related branches found
No related tags found
No related merge requests found
Pipeline #90161 canceled
...@@ -47,11 +47,11 @@ build-coq.dev: ...@@ -47,11 +47,11 @@ build-coq.dev:
variables: variables:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
build-coq.8.17.0: build-coq.8.18.0:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
OPAM_PINS: "coq version 8.17.0" OPAM_PINS: "coq version 8.18.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
# Coq bench needs an opam package # Coq bench needs an opam package
...@@ -60,11 +60,11 @@ build-coq.8.17.0: ...@@ -60,11 +60,11 @@ build-coq.8.17.0:
- fp-timing - fp-timing
# Separate MR job that does not run on fp-timing. # Separate MR job that does not run on fp-timing.
build-coq.8.17.0-mr: build-coq.8.18.0-mr:
<<: *template <<: *template
<<: *only_mr <<: *only_mr
variables: variables:
OPAM_PINS: "coq version 8.17.0" OPAM_PINS: "coq version 8.18.0"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
...@@ -72,7 +72,7 @@ trigger-iris.timing: ...@@ -72,7 +72,7 @@ trigger-iris.timing:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda"
OPAM_PINS: "coq version 8.17.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" OPAM_PINS: "coq version 8.18.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags: tags:
- fp-timing - fp-timing
only: only:
......
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