Skip to content

Commit

Permalink
Merge pull request #101 from CertiCoq/docker-metacoq-1.3.2
Browse files Browse the repository at this point in the history
Update build.yml and .opam file to use released MetaCoq 1.3.2 and cor…
  • Loading branch information
mattam82 authored Aug 21, 2024
2 parents 7a908bc + 9a468ae commit 7af861a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Test compilation
name: Compile and bench

on:
push:
branches:
- master
- coq-8.17
pull_request:
branches:
- "**"
Expand All @@ -19,7 +18,7 @@ jobs:
opam_file:
- 'coq-certicoq.opam'
image:
- 'yforster/coq:8.19.1--clang-11--compcert-3.13.1--extlib-0.12.1--equations-1.3--metacoq-1.3.1'
- 'mattam82/metacoq:metacoq-1.3.2-coq-8.19'
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v3
Expand All @@ -33,9 +32,9 @@ jobs:
startGroup "fix permission issues"
sudo chown -R coq:coq .
endGroup
startGroup "opam pin"
opam pin -n -y submodules/metacoq
endGroup
# startGroup "opam pin"
# opam pin -n -y submodules/metacoq
# endGroup
before_script: |
startGroup "fix permission issues"
sudo chown -R coq:coq .
Expand Down
4 changes: 2 additions & 2 deletions coq-certicoq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ depends: [
"coq" {>= "8.19" & < "8.20~"}
"coq-compcert" {= "3.13.1"}
"coq-equations" {= "1.3+8.19"}
"coq-metacoq-erasure-plugin" {= "8.19.dev"}
"coq-metacoq-safechecker-plugin" {= "8.19.dev"}
"coq-metacoq-erasure-plugin" {= "1.3.2+8.19"}
"coq-metacoq-safechecker-plugin" {= "1.3.2+8.19"}
"coq-ext-lib" {>= "0.12"}
]

Expand Down

0 comments on commit 7af861a

Please sign in to comment.