[infer] Update docker build script

Summary:
This diff changes the build target from `install-with-libs` to `install` since the former has been
removed.

https://github.com/facebook/infer/issues/1207

Reviewed By: ngorogiannis

Differential Revision: D19272627

fbshipit-source-id: be730c1b7
master
Sungkeun Cho 5 years ago committed by Facebook Github Bot
parent 2f0a0cf288
commit eb85a9b322

@ -22,7 +22,6 @@ RUN apt-get update && \
make \
openjdk-8-jdk-headless \
patch \
patchelf \
pkg-config \
python2.7 \
unzip \
@ -57,9 +56,8 @@ RUN cd /infer && \
# Generate a release
RUN cd /infer && \
make install-with-libs \
make install \
BUILD_MODE=opt \
PATCHELF=patchelf \
DESTDIR="/infer-release" \
libdir_relative_to_bindir="../lib"

Loading…
Cancel
Save