Skip to content

Commit

Permalink
compcert: remove annoying assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 12, 2020
1 parent 5a51224 commit ee45591
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/compilers/compcert/default.nix
Expand Up @@ -3,9 +3,6 @@
, tools ? stdenv.cc
}:

assert lib.versionAtLeast ocamlPackages.ocaml.version "4.02";
assert lib.versionAtLeast coq.coq-version "8.8.0";

let
ocaml-pkgs = with ocamlPackages; [ ocaml findlib menhir ];
ccomp-platform = if stdenv.isDarwin then "x86_64-macosx" else "x86_64-linux";
Expand Down

0 comments on commit ee45591

Please sign in to comment.