Skip to content

Commit 719d156

Browse files
committed
debian: add coverity bundle
The coverity build job depends on 'file'. Signed-off-by: Daniel Wagner <[email protected]>
1 parent f45b4d0 commit 719d156

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ staging-dockerfiles: $(STAGING_DOCKERFILES)
3131

3232
main/Dockerfile.%: ci-containers.yaml generate.py templates/Dockerfile.%.j2
3333
@if [ "$*" = "debian" ]; then \
34-
./generate.py --distro $* --bundles base,muon,musl,coverage,python --features muon --output $@; \
34+
./generate.py --distro $* --bundles base,muon,musl,coverage,coverity,python --features muon --output $@; \
3535
else \
3636
./generate.py --distro $* --bundles base,muon,python --features muon --output $@; \
3737
fi

ci-containers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ bundles:
9393
- gnupg
9494
- pipx
9595

96+
coverity:
97+
debian:
98+
- file
99+
96100
python:
97101
debian:
98102
- python3

main/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get update && \
3636
curl \
3737
gnupg \
3838
pipx \
39+
file \
3940
python3 \
4041
python3-dev \
4142
python3-pip \

0 commit comments

Comments
 (0)