Include Infer
This commit is contained in:
@@ -47,6 +47,11 @@ RUN apt-get update && apt-get install -y \
|
||||
# Reset ccache stats
|
||||
&& ccache --zero-stats
|
||||
|
||||
RUN VERSION=1.2.0; \
|
||||
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \
|
||||
| sudo tar -C /opt -xJ && \
|
||||
sudo ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
|
||||
|
||||
# Install pipx and Conan
|
||||
RUN pipx ensurepath \
|
||||
&& pipx install conan
|
||||
|
||||
Reference in New Issue
Block a user