Skip to content
Snippets Groups Projects
Commit fcea8f31 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

CI: bump Coq to 8.20 and mathcomp to 2.3.0

parent b9f30084
No related branches found
No related tags found
1 merge request!373CI: bump Coq to 8.20 and mathcomp to 2.3.0
Pipeline #112977 passed
......@@ -29,7 +29,7 @@ stages:
- opam install -y -v -j ${NJOBS} coq-prosa-refinements
.preferred-stable-version:
image: registry.mpi-sws.org/mathcomp-for-prosa:2.2.0-coq-8.19
image: registry.mpi-sws.org/mathcomp-for-prosa:2.3.0-coq-8.20
.build:
image: registry.mpi-sws.org/mathcomp-for-prosa:${CI_JOB_NAME}
......@@ -42,7 +42,7 @@ stages:
- !reference [.build-common, script]
- mv /tmp/POET .
- cd POET
- pip3 install -r requirements.txt
- pip3 install --break-system-packages -r requirements.txt
- >-
for WORKLOAD in examples/*.yaml;
do
......@@ -71,6 +71,11 @@ stages:
- .build
- .not_in_wip_branches
2.3.0-coq-8.20:
extends:
- .build
- .not_in_wip_branches
POET:
extends:
- .build-and-test-POET
......@@ -169,7 +174,7 @@ proof-state:
extends:
- .not_in_wip_branches
stage: build
image: registry.mpi-sws.org/alectryon-ci:2.2.0-coq-8.19
image: registry.mpi-sws.org/alectryon-ci:2.3.0-coq-8.20
script:
- eval $(opam env)
- make -j ${NJOBS} all
......
......@@ -12,8 +12,8 @@ build: [
]
install: [make "install"]
depends: [
"coq" {((>= "8.18" & < "8.20~") | = "dev")}
"coq-mathcomp-algebra" {((>= "2.2" & < "2.3~") | = "dev")}
"coq" {((>= "8.19" & < "8.21~") | = "dev")}
"coq-mathcomp-algebra" {((>= "2.2" & < "2.4~") | = "dev")}
"coq-mathcomp-zify" {>= "1.2.0"}
]
......
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