-
Notifications
You must be signed in to change notification settings - Fork 236
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
Upgrade OpenSSL from 1.1.1
to 3.1.3
#4179
Upgrade OpenSSL from 1.1.1
to 3.1.3
#4179
Conversation
This PR need nervosnetwork/ckb-docker-builder#17 |
docker builder 1.71.0-openssl-3.1.3 published |
e117f2b
to
6d0fb94
Compare
The docker image's tag should be |
caae00d
to
4a9e14b
Compare
4a9e14b
to
a8a6f80
Compare
e9dc36f
to
388bbd6
Compare
Signed-off-by: Eval EXEC <execvy@gmail.com>
On x86_64-darwin64,
|
@@ -78,7 +78,7 @@ jobs: | |||
name: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc | |||
path: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc | |||
env: | |||
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.71.1 | |||
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.71.1-openssl-3.1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nervos/ckb-docker-builder:bionic-rust-1.71.1-openssl-3.1.3
doesn't exist in dockerhub.
In dockerhub, we have bionic-rust-1.71.0-openssl-3.1.3 and centos-7-rust-1.71.0-openssl-3.1.3
We can draft a new release once the |
@doitian I think 0.113.0 need this PR. |
What problem does this PR solve?
Issue Number: close #4159
Problem Summary:
The OpenSSL 1.1.1 series has reached its End of Life, so it's time for us to transition to OpenSSL 3 since CKB is statically built with OpenSSL 1.1.1.
What is changed and how it works?
What's Changed:
Related changes
Docker
image buildLinux
platform releaseMacos
platform releasestaticly linked openssl 3.1.3 onWindows
platform releasepackage.yaml
CI workflow on all platformCheck List
Tests
Side effects
Release note