This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.17 by this push:
new 084898b4dad [FLINK-32231][Build System] Update libssl to 5.13, which
is needed for all E2E tests
084898b4dad is described below
commit 084898b4dad52b389a94cd0d7b76414cb7adf3e4
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Jun 1 01:28:44 2023 +0200
[FLINK-32231][Build System] Update libssl to 5.13, which is needed for all
E2E tests
---
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 c0cb74674d0..42dc4651196 100644
--- a/tools/azure-pipelines/e2e-template.yml
+++ b/tools/azure-pipelines/e2e-template.yml
@@ -113,8 +113,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.12_amd64.deb
- sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.12_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