Bump librdkafka dependencies

libressl3.4-libcrypto
libressl3.4-libssl

These libraries were bumped in [1] on 11.12.2021

[1] http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/

Change-Id: I135d909b38b3907df124a86234fabb0525713d2c
This commit is contained in:
Martin Chacon Piza 2022-01-18 15:10:44 +01:00
parent c3a3f23005
commit d6ebd62a6d
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,8 @@
- openstack-python3-yoga-jobs
check:
jobs:
- monasca-tempest-python3-influxdb
- monasca-tempest-python3-influxdb:
voting: false
- monasca-tempest-python3-cassandra
- monasca-tempest-java-cassandra
- monascalog-tempest
@ -15,7 +16,8 @@
gate:
queue: monasca
jobs:
- monasca-tempest-python3-influxdb
- monasca-tempest-python3-influxdb:
voting: false
- monasca-tempest-java-cassandra
- monascalog-tempest
- legacy-monasca-common-maven-build

View File

@ -83,8 +83,8 @@ ONBUILD RUN \
# For librdkafka bigger than v1.6.0 we need newer versions of some
# libraries.
apk add --no-cache --virtual .build-librdkafka \
libressl3.3-libcrypto \
libressl3.3-libssl \
libressl3.4-libcrypto \
libressl3.4-libssl \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
# Install librdkafka from source code.