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

don't test against Coq master (it is broken)

parent 4e3fabc0
No related branches found
No related tags found
No related merge requests found
Pipeline #45989 passed
...@@ -27,12 +27,6 @@ variables: ...@@ -27,12 +27,6 @@ variables:
## Build jobs ## Build jobs
# We are in Coq's benchmark suite, so better make sure we keep working with Coq master.
build-coq.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev"
build-coq.8.13.1: build-coq.8.13.1:
<<: *template <<: *template
variables: variables:
...@@ -45,7 +39,7 @@ build-coq.8.13.1: ...@@ -45,7 +39,7 @@ build-coq.8.13.1:
build-iris.dev: build-iris.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV" OPAM_PINS: "coq version 8.13.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except: except:
only: only:
- triggers - triggers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment