diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c47e6f613edb3be74858a236fe4261e35ae857ca..e8d17b3c8728f88da39838a02a30651c6fe172d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,10 +49,10 @@ variables: #tags: #- fp-timing -build-coq.8.17.0: +build-coq.8.17.1: <<: *template variables: - OPAM_PINS: "coq version 8.17.0 coq-lambda-rust.dev git git+https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git#rr" + OPAM_PINS: "coq version 8.17.1 coq-lambda-rust.dev git git+https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git#rr" #DENY_WARNINGS: "1" only: - main@lgaeher/refinedrust-dev @@ -64,7 +64,7 @@ trigger-iris.dev: STDPP_REPO: "iris/stdpp" IRIS_REPO: "iris/iris" RR_RUST_VERSION: "HEAD" - OPAM_PINS: "coq version 8.17.0 coq-lambda-rust.dev git git+https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git#rr coq-stdpp.dev git git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" + OPAM_PINS: "coq version 8.17.1 coq-lambda-rust.dev git git+https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git#rr coq-stdpp.dev git git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" except: only: - triggers