Skip to content
Snippets Groups Projects
Commit 023610f8 authored by Hai Dang's avatar Hai Dang
Browse files

fix CI to only build with coq 8.19.1

parent 528c3483
No related branches found
No related tags found
No related merge requests found
Pipeline #108474 passed
......@@ -28,10 +28,10 @@ variables:
## Build jobs
build-coq.8.19.2:
build-coq.8.19.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.19.2"
OPAM_PINS: "coq version 8.19.1"
DENY_WARNINGS: "1"
OPAM_PKG: "1"
MANGLE_NAMES: "1"
......@@ -41,7 +41,7 @@ build-coq.8.19.2:
trigger-iris.timing:
<<: *template
variables:
OPAM_PINS: "coq version 8.19.2 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS: "coq version 8.19.1 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags:
- fp-timing
only:
......
......@@ -6,7 +6,7 @@ This is a separation logic for ORC11 based on [iGPS] and [FSL]. It has been rece
This version is known to compile with:
- Coq 8.19.2
- Coq 8.19.1
- A development version of [Iris].
The easiest way to install the correct versions of the dependencies is through
......
  • Owner

    Why did you downgrade to 8.19.1? Is there some problem with 8.19.2?

  • Author Owner

    No there's no particular reason. It was a typo. I was testing locally on 8.19.1. I installed locally 8.19.2, and saw Iris CI was on 8.19.1, then I reinstalled 8.19.1, and didn't really test anything on 8.19.2

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