Skip to content
Snippets Groups Projects
Commit e7f3bfad authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[CI] bump minimum OCaml version

parent 51b1252b
No related branches found
No related tags found
No related merge requests found
......@@ -140,24 +140,6 @@ internal_nightly:
tags:
- nix
frama-c-ocaml-4.06:
variables:
OCAML: "4_06"
<<: *frama-c-ocaml
only:
- schedules
frama-c-ocaml-4.07:
variables:
OCAML: "4_07"
<<: *frama-c-ocaml
frama-c-ocaml-4.05:
variables:
OCAML: "4_05"
<<: *frama-c-ocaml
caveat-importer:
stage: tests
script:
......
# paramaterised derivation with dependencies injected (callPackage style)
{ pkgs, stdenv, src ? ../., opam2nix, ocaml_version ? "ocaml-ng.ocamlPackages_4_05.ocaml", plugins ? { } }:
{ pkgs, stdenv, src ? ../., opam2nix, ocaml_version ? "ocaml-ng.ocamlPackages_4_08.ocaml", plugins ? { } }:
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 pkgs.which pkgs.dos2unix] ++ nixPackages ++ opam2nix.build {
......
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