Skip to content
Snippets Groups Projects
Commit 945ce808 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

update ci to 8.17

parent 2b18ebd3
No related branches found
No related tags found
No related merge requests found
Pipeline #83108 failed
...@@ -30,10 +30,10 @@ variables: ...@@ -30,10 +30,10 @@ variables:
## Build jobs ## Build jobs
# build against known-working Coq 8.16.0 # build against known-working Coq 8.16.0
build-coq.8.16.0: build-coq.8.17.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.16.0" OPAM_PINS: "coq version 8.17.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
#MANGLE_NAMES: "1" #MANGLE_NAMES: "1"
#OPAM_PKG: "1" #OPAM_PKG: "1"
...@@ -44,7 +44,7 @@ build-iris.dev: ...@@ -44,7 +44,7 @@ build-iris.dev:
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
IRIS_REPO: "iris/iris" IRIS_REPO: "iris/iris"
OPAM_PINS: "coq version 8.16.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" OPAM_PINS: "coq version 8.17.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except: except:
only: only:
- triggers - triggers
......
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