You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/06/22 09:30:27 UTC

[flink] branch release-1.14 updated: [hotfix][ci] Update libssl download link

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

commit e94653bcc186d39bc1798ad9c989d9a59adcbadc
Author: MartijnVisser <ma...@apache.org>
AuthorDate: Wed Jun 22 11:25:26 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 e313bca37a4..21e3c5a541a 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.9_amd64.deb
-        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb
+        wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb
+        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.10_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