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

Enable the openssl-vendored feature for the tentacle package to allow CKB to statically link with OpenSSL. #4320

Merged

Conversation

eval-exec
Copy link
Collaborator

@eval-exec eval-exec commented Jan 24, 2024

What problem does this PR solve?

The easiest way to make ckb binary statically link SSL is to enable the openssl-vendored feature of the tentacle package.
Previously, we needed to compile OpenSSL dependencies in ckb-docker-builder which was cumbersome. Enabling openssl-vendored in CKB's tentacle dependency simplifies this. It makes our maintenance much easier.

What's Changed:

  • Enable openssl-vendored feature for tentacle
  • Delete "compile openssl from source code" part for CKB's release script

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code ci-runs-only: [ quick_checks,linters ]

Side effects

  • make CKB binary staticlly linked with OpenSSL.

Release note

None: Exclude this PR from the release note.

@zhangsoledad zhangsoledad added this pull request to the merge queue Jan 25, 2024
Merged via the queue into nervosnetwork:develop with commit 2d03596 Jan 25, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:ci Type: CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants