-
Notifications
You must be signed in to change notification settings - Fork 282
feat: turn libscroll_zstd dynamic lib into static #794
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
Conversation
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.
this PR depends on scroll-tech/da-codec#8
but IMO scroll-tech/da-codec#8 needs improvement
Or we can add in README to tell devs how to compile the dynamic lib in their local machine. |
tested in local testnet. |
1. Purpose or design rationale of this PR
Simplify the building workflow.
Support running unit tests and building nccc_geth in darwin arm64.
2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?