Skip to content
Snippets Groups Projects

Added infer and minor cleanup

Merged Vivek Dutta requested to merge infer into devel
Files
3
@@ -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/
@@ -259,9 +259,8 @@ COPY supervisord.conf /etc/supervisor/
RUN mkdir -p /usr/share/rpcd/schemas && \
mkdir -p /usr/share/rpcd/definitions
# Copy more_test script
COPY more_test.sh /usr/local/bin/more_test.sh
# Copy static_code_analysis script
COPY static_code_analysis.sh /usr/local/bin/static_code_analysis.sh
# Start entrypoint
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
Loading