Skip to content

Commit 304e3fc

Browse files
committed
Trying to fix clang-check
Signed-off-by: Sourav Moitra <[email protected]>
1 parent 4262cf1 commit 304e3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/clang-check/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM fedora:latest
22

3-
RUN yum install -y git protobuf-c protobuf-c-devel make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \
3+
RUN yum install -y git protobuf-c protobuf-c-devel make clang-tools-extra clang python3-pip jansson-devel 'dnf-command(builddep)' && \
44
dnf builddep -y crun && pip install scan-build
55

66
COPY run-tests.sh /usr/local/bin

tests/clang-format/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM fedora:latest
22

3-
RUN dnf install -y git make clang-tools-extra 'dnf-command(builddep)' && dnf builddep -y crun
3+
RUN dnf install -y git make clang-tools-extra jansson-devel 'dnf-command(builddep)' && dnf builddep -y crun
44

55
COPY run-tests.sh /usr/local/bin
66
ENTRYPOINT /usr/local/bin/run-tests.sh

0 commit comments

Comments
 (0)