Install lcov in occlum docker images
Lcov will be used for code coverage generation.
This commit is contained in:
parent
a53562adea
commit
ba48e65428
@ -24,6 +24,7 @@ RUN yum install epel-release -y && \
|
|||||||
gmp-devel \
|
gmp-devel \
|
||||||
golang \
|
golang \
|
||||||
jq \
|
jq \
|
||||||
|
lcov \
|
||||||
libcurl-devel \
|
libcurl-devel \
|
||||||
libmpc-devel \
|
libmpc-devel \
|
||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
|
@ -28,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
|
|||||||
golang-go \
|
golang-go \
|
||||||
jq \
|
jq \
|
||||||
kmod \
|
kmod \
|
||||||
|
lcov \
|
||||||
libboost-system-dev \
|
libboost-system-dev \
|
||||||
libboost-thread-dev \
|
libboost-thread-dev \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user