From d6ebd62a6daa55a81368d2e70ded9843fa08ff54 Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Tue, 18 Jan 2022 15:10:44 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 6 ++++-- docker/Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b02f0a6c..41774b5d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/docker/Dockerfile b/docker/Dockerfile index d6c8ad3a..1884bec2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.