Skip to content
Snippets Groups Projects
Commit 505e08c8 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

CI.

parent ac8d57a0
No related branches found
No related tags found
No related merge requests found
...@@ -30,29 +30,8 @@ variables: ...@@ -30,29 +30,8 @@ variables:
build-coq.dev: build-coq.dev:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version 8.9.0 coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#ci/robbert/iprop_structures"
OPAM_PINS: "coq version dev"
build-coq.8.9.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.0"
OPAM_PKG: "coq-lambda-rust"
TIMING_CONF: "coq-8.9.0" TIMING_CONF: "coq-8.9.0"
tags: tags:
- fp-timing - fp-timing
build-coq.8.8.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.2"
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.0 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:
only:
- triggers
- schedules
- api
...@@ -166,8 +166,8 @@ Section ofe. ...@@ -166,8 +166,8 @@ Section ofe.
Instance type_dist : Dist type := type_dist'. Instance type_dist : Dist type := type_dist'.
Let T := prodO Let T := prodO
(prodO natO (thread_id -d> list val -d> iProp Σ)) (prodO natO (thread_id -d> list val -d> iPropO Σ))
(lft -d> thread_id -d> loc -d> iProp Σ). (lft -d> thread_id -d> loc -d> iPropO Σ).
Let P (x : T) : Prop := Let P (x : T) : Prop :=
( κ tid l, Persistent (x.2 κ tid l)) ( κ tid l, Persistent (x.2 κ tid l))
( tid vl, x.1.2 tid vl -∗ length vl = x.1.1) ( tid vl, x.1.2 tid vl -∗ length vl = x.1.1)
...@@ -231,7 +231,7 @@ Section ofe. ...@@ -231,7 +231,7 @@ Section ofe.
st_dist' n ty1 ty2. st_dist' n ty1 ty2.
Instance st_dist : Dist simple_type := st_dist'. Instance st_dist : Dist simple_type := st_dist'.
Definition st_unpack (ty : simple_type) : thread_id -d> list val -d> iProp Σ := Definition st_unpack (ty : simple_type) : thread_id -d> list val -d> iPropO Σ :=
λ tid vl, ty.(ty_own) tid vl. λ tid vl, ty.(ty_own) tid vl.
Definition st_ofe_mixin : OfeMixin simple_type. Definition st_ofe_mixin : OfeMixin simple_type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment