Skip to content
Snippets Groups Projects
Commit 681b43b9 authored by Michele Alberti's avatar Michele Alberti
Browse files

Use opam pin-depends to use correct why3 version.

parent 509d9420
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst" "--root" "."] {dev}
["dune" "subst"] {dev}
[
"dune"
"build"
......@@ -27,11 +27,13 @@ build: [
name
"-j"
jobs
"--promote-install-files"
"false"
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
pin-depends: [
[ "why3" "git+https://gitlab.inria.fr/why3/why3.git#autodetection_from_file" ]
]
pin-depends: [
[ "why3" "git+https://gitlab.inria.fr/why3/why3.git#autodetection_from_file" ]
]
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