Skip to content
Snippets Groups Projects

Added infer and minor cleanup

Merged Vivek Dutta requested to merge infer into devel
All threads resolved!
2 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -245,7 +245,7 @@ RUN cd /opt/dev && \
ENV PATH /infer/bin:${PATH}
# Install python ubus module and valgrind-ci
RUN pip3 install ubus ValgrindCI
RUN pip3 install ubus ValgrindCI codechecker
WORKDIR /builds/iopsys/
Loading