This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 8ae82528151 [hotfix][ci] Update libssl download link
8ae82528151 is described below
commit 8ae825281516a1f0308343be1794ba367532183f
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu May 5 21:11:28 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 637ea476d30..7301ff7c8a6 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.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