This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 b79625de622 [hotfix][ci] Update libssl download link
b79625de622 is described below
commit b79625de622713be56ffd0417f3d0deedba5ed4e
Author: MartijnVisser <[email protected]>
AuthorDate: Wed Jun 22 11:25:26 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