mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
run-coverity-scan: download tools outside the container
This lets us look at coverity_tool.md5 across executions of run-coverity-scan and skip the download. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3077453cf9
commit
2e90470e90
2 changed files with 24 additions and 21 deletions
|
@ -127,5 +127,6 @@ RUN dnf install -y $PACKAGES
|
|||
RUN rpm -q $PACKAGES | sort > /packages.txt
|
||||
ENV PATH $PATH:/usr/libexec/python3-sphinx/
|
||||
ENV COVERITY_TOOL_BASE=/coverity-tools
|
||||
COPY coverity_tool.tgz coverity_tool.tgz
|
||||
RUN mkdir -p /coverity-tools/coverity_tool && cd /coverity-tools/coverity_tool && tar xf /coverity_tool.tgz
|
||||
COPY run-coverity-scan run-coverity-scan
|
||||
RUN ./run-coverity-scan --update-tools-only --tokenfile /work/token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue