Skip to content
bootstraponline edited this page Dec 5, 2016 · 1 revision

Infer Docker Linux release process

  • Ensure Dockerfile points to latest Infer release
  • Build the image
./run.sh
  • Run the image
docker run -it -v /tmp/docker:/mac infer /bin/bash -c 'cd /infer/examples/; exec /bin/bash'
  • Archive the binary
cd /mac && tar czvf infer-v0.9.4.1-linux.tar.gz /infer/infer/bin /infer/infer/lib
  • Verify archived binary works on the examples
/mac/infer/infer/bin/infer -- javac /infer/examples/Hello.java
  • Attach release to releases page on GitHub

Clone this wiki locally