From 336e0ea1b47e6d53aa73c763b7c69a2eda93dd7b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 3 Sep 2020 14:37:00 +0200 Subject: [PATCH] deny warnings (and bump Coq to 8.11.2) --- .gitlab-ci.yml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fc2125..2e95f55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,11 @@ variables: ## Build jobs -build-coq.8.11.1: +build-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.11.1" + OPAM_PINS: "coq version 8.11.2" + DENY_WARNINGS: "1" build-iris.dev: <<: *template diff --git a/README.md b/README.md index a5ac0b9..3905cc7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ at POPL'20. It has been built and tested with the following dependencies - - Coq 8.11.1 + - Coq 8.11.2 - The version of Iris in the [opam file](opam) In order to build, install the above dependencies and then run -- GitLab