Skip to content
Snippets Groups Projects
Commit 8b71ffdd authored by François Bobot's avatar François Bobot
Browse files

Merge branch 'feature/ci/update-opam' into feature/wp/update-provers-1.3.1

parents 53f87040 88ebb63b
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,13 @@ ...@@ -4,14 +4,13 @@
let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } : let mk_buildInputs = { opamPackages ? [], nixPackages ? [] } :
[ pkgs.gnugrep pkgs.gnused pkgs.autoconf pkgs.gnumake pkgs.gcc pkgs.ncurses pkgs.time pkgs.python3 pkgs.perl pkgs.file] ++ nixPackages ++ opam2nix.build { [ pkgs.gnugrep pkgs.gnused pkgs.autoconf pkgs.gnumake pkgs.gcc pkgs.ncurses pkgs.time pkgs.python3 pkgs.perl pkgs.file] ++ nixPackages ++ opam2nix.build {
specs = opam2nix.toSpecs ([ "ocamlfind" "zarith" "ocamlgraph" "yojson" specs = opam2nix.toSpecs ([ "ocamlfind" "zarith" "ocamlgraph" "yojson"
{ name = "coq"; constraint = "=8.11.0"; } { name = "coq"; constraint = "=8.10.2"; }
{ name = "why3" ; constraint = "=1.3.1"; } { name = "why3" ; constraint = "=1.3.1"; }
{ name = "why3-coq" ; constraint = "=1.3.1"; } { name = "why3-coq" ; constraint = "=1.3.1"; }
{ name = "menhir"; constraint = "=20181113"; } { name = "menhir"; constraint = "=20190924"; }
{ name = "dune"; constraint = "=1.11.4"; }
"camlzip" #so that why3 is always compiled with it "camlzip" #so that why3 is always compiled with it
] ++ opamPackages ++ ] ++ opamPackages
(if ocaml_version == "pkgs.ocaml-ng.ocamlPackages_4_02.ocaml"
then [ { name = "ocamlbuild" ; constraint = "=0"; } ] else [])
); );
ocamlAttr = ocaml_version; ocamlAttr = ocaml_version;
}; };
......
...@@ -5,8 +5,8 @@ let ...@@ -5,8 +5,8 @@ let
src = builtins.fetchGit { src = builtins.fetchGit {
"url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git"; "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
"name" = "Frama-CI"; "name" = "Frama-CI";
"rev" = "cea0f2d2872e59fd3e6fe4634891a3765c7036e8"; "rev" = "79089bda56f3398fabd5269d7270f1330326de99";
"ref" = "feature/opam2"; "ref" = "feature/ci/update-opam";
}; };
in in
{ {
......
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