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:31:22 UTC

[flink] branch release-1.15 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.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 4885177cabd [hotfix][ci] Update libssl download link
4885177cabd is described below

commit 4885177cabdb9729819ac05f9981a77e1c2e2be1
Author: MartijnVisser <ma...@apache.org>
AuthorDate: Wed Jun 22 11:31:12 2022 +0200

    [hotfix][ci] Update libssl download link
---
 tools/azure-pipelines/e2e-template.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/azure-pipelines/e2e-template.yml b/tools/azure-pipelines/e2e-template.yml
index 7301ff7c8a6..4bbfb0a4828 100644
--- a/tools/azure-pipelines/e2e-template.yml
+++ b/tools/azure-pipelines/e2e-template.yml
@@ -102,8 +102,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