You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/03/17 06:33:00 UTC

[flink] branch release-1.14 updated: [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version

This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 8ed5046  [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version
8ed5046 is described below

commit 8ed5046da2ef6964181ae39e15aac7e387819b34
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Thu Mar 17 14:32:21 2022 +0800

    [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version
---
 tools/azure-pipelines/jobs-template.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/azure-pipelines/jobs-template.yml b/tools/azure-pipelines/jobs-template.yml
index a7fcfaf..cd079b1 100644
--- a/tools/azure-pipelines/jobs-template.yml
+++ b/tools/azure-pipelines/jobs-template.yml
@@ -251,8 +251,8 @@ jobs:
         echo "Installing required software"
         sudo apt-get install -y bc libapr1
         # install libssl1.0.0 for netty tcnative
-        wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb
-        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb
+        wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb
+        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb
       displayName: Prepare E2E run
       condition: not(eq(variables['SKIP'], '1'))
     - script: ${{parameters.environment}} PROFILE="$PROFILE -Dfast -Pskip-webui-build" ./tools/ci/compile.sh