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

move compress native into plugin repo #604

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Conversation

pinges
Copy link
Contributor

@pinges pinges commented Feb 19, 2024

This moves the native implementation here.

The native lib is built locally and added as a resource to the jar file (as well as the dict file).

When building the besu-plugins jar file now some additional tools are needed (like the go compiler)

Currently only the locally built native library is added to the jar file. For the release we need to make sure that the build is running on the right platform (I assume linux x86-64)

pinges and others added 2 commits February 19, 2024 18:08
Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
Copy link
Collaborator

@fab-10 fab-10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one comment, and there are failing CI jobs

Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
@fab-10 fab-10 enabled auto-merge (squash) February 20, 2024 10:18
@fab-10 fab-10 merged commit d1e13df into main Feb 20, 2024
6 checks passed
@fab-10 fab-10 deleted the feat/native-compress/compress branch February 20, 2024 10:21
letypequividelespoubelles pushed a commit that referenced this pull request Feb 22, 2024
* move compress native into plugin repo

Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>

* spotless and add a missing header

Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>

* some cleanup

Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>

---------

Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants