Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO_JIRA] [CI] Fix the version of libssl1 Ubuntu package #3074

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

martin-g
Copy link
Member

@martin-g martin-g commented Aug 7, 2024

What is the purpose of the change

  • This PR fixes the "Docker tests" CI workflow

https://github.com/apache/avro/actions/runs/10283162033/job/28456409653

 > [ 5/22] RUN export ARCH="$(dpkg --print-architecture)";   export LIBSSL_DEB="libssl1.1_1.1.1f-1ubuntu2.22_$ARCH.deb";   wget -q "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/$LIBSSL_DEB" ||     wget -q "http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/$LIBSSL_DEB";   dpkg -i "$LIBSSL_DEB";   rm "$LIBSSL_DEB":
0.570 dpkg: error: cannot access archive 'libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb': No such file or directory
0.571 rm: cannot remove 'libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb': No such file or directory

It got bumped from 2.22 to 2.23 ...
TODO: We need to find a repo that keeps the old versions!

Verifying this change

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

This PR fixes the "Docker tests" CI workflow
https://github.com/apache/avro/actions/runs/10283162033/job/28456409653

```

------
 > [ 5/22] RUN export ARCH="$(dpkg --print-architecture)";   export LIBSSL_DEB="libssl1.1_1.1.1f-1ubuntu2.22_$ARCH.deb";   wget -q "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/$LIBSSL_DEB" ||     wget -q "http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/$LIBSSL_DEB";   dpkg -i "$LIBSSL_DEB";   rm "$LIBSSL_DEB":
0.570 dpkg: error: cannot access archive 'libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb': No such file or directory
0.571 rm: cannot remove 'libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb': No such file or directory
```

It got bumped from 2.22 to 2.23 ...
TODO: We need to find a repo that keeps the old versions!

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
@github-actions github-actions bot added the build label Aug 7, 2024
@martin-g martin-g merged commit 7a8ec75 into main Aug 7, 2024
3 checks passed
@martin-g martin-g deleted the use-http-for-ubuntu-ports branch August 7, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant