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

martijnvisser 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 08330a6b0b9 [hotfix][ci] Update libssl download link
08330a6b0b9 is described below

commit 08330a6b0b9e5be57f90c8ec176121b097969979
Author: MartijnVisser <martijnvis...@apache.org>
AuthorDate: Wed May 11 14:21:37 2022 +0200

    [hotfix][ci] Update libssl download link
---
 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 cd079b16e6e..e313bca37a4 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.8_amd64.deb
-        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb
+        wget 
http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb
+        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.9_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

Reply via email to