Skip to content

Commit 541dc3c

Browse files
committed
ci: drop libunwind-dev from test-deps image - conflicts with libunwind-14-dev
publish-test-deps-image run 26537414820 failed: libunwind-14-dev : Conflicts: libunwind-dev clang pulls libunwind-14-dev in transitively. If libnice actually needs libunwind it can use libunwind-14-dev, not the unversioned package.
1 parent 154312b commit 541dc3c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/wolfprovider-test-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ RUN apt-get update \
8181
check apache2-dev acl attr fakeroot \
8282
asciidoctor docbook-xsl pandoc xsltproc man2html \
8383
memcached vsftpd pps-tools tshark \
84-
# static-analysis (infer needs opam) + libnice (libunwind-dev)
85-
opam libunwind-dev \
84+
opam \
8685
&& rm -rf /var/lib/apt/lists/*
8786

8887
# Perl modules used by app test suites. Baked in so transient CPAN

0 commit comments

Comments
 (0)