Summary: I was unable to build 0.13 with the current Dockerfile. Changing the Infer version to 0.13 resulted in errors about the ocaml version not being >= 4.05 and < 4.06. When changing the ocaml version I found that the sqlite extension wouldn't compile via opam. I tried to clean this up a little bit as I went but please let me know if I have reduced it too much. I made sure that everything still worked by running following the Docker steps outlined here http://fbinfer.com/docs/getting-started.html Here's some info about the bits in the finalized container: ``` infer --version Infer version v0.13.0 Copyright 2009 - present Facebook. All Rights Reserved. ``` ``` opam --version 1.2.2 ``` ``` ocaml -version The OCaml toplevel, version 4.02.3 ``` ``` java -version openjdk version "1.8.0_131" OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.17.04.3-b11) OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode) ``` Closes https://github.com/facebook/infer/pull/792 Differential Revision: D6284203 Pulled By: jvillard fbshipit-source-id: a6b1d32master
parent
4a1eae048a
commit
ae21c3e199
Loading…
Reference in new issue