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

snuyanzin 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 7a04548c4c7 [FLINK-32231][Build System] Update libssl to 5.13, which 
is needed for all E2E tests
7a04548c4c7 is described below

commit 7a04548c4c77e473d84d6f3aeafc68dfc9f22e77
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Jun 12 22:33:11 2023 +0200

    [FLINK-32231][Build System] Update libssl to 5.13, which is needed for all 
E2E tests
    
    * [FLINK-31962][Build System] Update libssl to 5.12, which is needed for 
all E2E tests
    
    * [FLINK-32231][Build System] Update libssl to 5.13, which is needed for 
all E2E tests
    
    ---------
    
    Co-authored-by: Martijn Visser <[email protected]>
---
 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 53940667ba6..bd3d9cea8c8 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.11_amd64.deb
-        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.11_amd64.deb
+        wget 
http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb
+        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.13_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