Skip to content

Commit

Permalink
Merge pull request #1010 from Armael/upgrade-why3
Browse files Browse the repository at this point in the history
upgrade why3 and cleanup the session for the red_black_tree test
  • Loading branch information
xldenis committed May 22, 2024
2 parents 40b03ff + bff5684 commit ea14b01
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 2,591 deletions.
8 changes: 4 additions & 4 deletions creusot-deps.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ opam-version: "2.0"
maintainer: "Armaël Guéneau <armael.gueneau@inria.fr>"
authors: "the creusot authors"
depends: [
"why3" {= "git-5d13"}
"why3-ide" {= "git-5d13" & !?in-creusot-ci}
"why3" {= "git-91b3"}
"why3-ide" {= "git-91b3" & !?in-creusot-ci}
# optional dependencies of why3
"ocamlgraph"
"camlzip"
Expand All @@ -16,6 +16,6 @@ depends: [
# When updating the hash and git-XXX below, don't forget to update them in the
# depends: field above!
pin-depends: [
[ "why3.git-5d13" "git+https://gitlab.inria.fr/why3/why3.git#5d13eab26ed" ]
[ "why3-ide.git-5d13" "git+https://gitlab.inria.fr/why3/why3.git#5d13eab26ed" ]
[ "why3.git-91b3" "git+https://gitlab.inria.fr/why3/why3.git#91b314fb2" ]
[ "why3-ide.git-91b3" "git+https://gitlab.inria.fr/why3/why3.git#91b314fb2" ]
]
2 changes: 1 addition & 1 deletion creusot-setup/src/tools_versions_urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// - update the SHA256 hash for each binary accordingly (use e.g. sha256sum to compute it)

// tools without binary releases
pub const WHY3_VERSION: &'static str = "1.7.1";
pub const WHY3_VERSION: &'static str = "1.7.2";
pub const ALTERGO_VERSION: &'static str = "2.5.3";
// tools with binary releases
pub const Z3_VERSION: &'static str = "4.12.4";
Expand Down
Loading

0 comments on commit ea14b01

Please sign in to comment.