Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build): More fixes to opam and CircleCI configs
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <Jerome.Simeon@docusign.com>
  • Loading branch information
Jerome Simeon authored and Jerome Simeon committed Mar 9, 2022
1 parent cc59f78 commit 69204e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Expand Up @@ -41,11 +41,6 @@ common_steps: &common_steps
name: "Install OPAM deps"
command: opam install . --deps-only --jobs=$NJOBS --yes
no_output_timeout: 45m
- run:
name: "Install Q*cert"
command: |
opam install --jobs=$NJOBS --yes --verbose coq-qcert.2.1.1
no_output_timeout: 45m
- save_cache:
<<: *common_cache_key
paths:
Expand All @@ -57,7 +52,7 @@ common_steps: &common_steps
eval $(opam env)
make cleanall
- run:
name: 'Build the Ergo compiler'
name: 'Build Ergo'
command: |
eval $(opam env)
make configure
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Expand Up @@ -54,7 +54,7 @@ To rebuild the compiler from the source, you will need Coq 8.12 and OCaml >=4.09
```sh
$ opam repo add coq-released https://coq.inria.fr/opam/released
$ opam install dune menhir base64 js_of_ocaml js_of_ocaml-ppx yojson atdgen re calendar uri
$ opam install coq.8.12.2 coq-qcert.2.1.0
$ opam install coq.8.12.2 coq-qcert.2.1.1
```

##### Build the Ergo Compiler and REPL
Expand Down
2 changes: 1 addition & 1 deletion coq-ergo-lang.opam
Expand Up @@ -27,7 +27,7 @@ depends: [
"ocaml" {>= "4.07.1"}
"ocamlfind"
"dune"
"coq" {= "8.11.2"}
"coq" {= "8.12.2"}
"coq-jsast" {>= "2.0.0"}
"coq-qcert" {>= "2.1.0"}
"menhir"
Expand Down

0 comments on commit 69204e6

Please sign in to comment.