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

build: remove dup dyn lib files for EMQX build #297

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

qzhuyan
Copy link
Collaborator

@qzhuyan qzhuyan commented Sep 20, 2024

customer complains dup quicer .so files in EMQX package which wastes spaces.
Quicer deliver files with softlinks while rebar3 just deref them and copy….
I tried to modify EMQX build script, or rebar hooks but didn’t success.
I think it will be easier just do it from the quicer source.

Downside is it won't be upgradable.

# so we dref at here to keep one dynlib file to avoid dup files in EMQX package
# - priv/libquicer_nif.so
# - priv/libquicer_nif.so.1
# - priv/libquicer_nif.so.504
Copy link
Contributor

Choose a reason for hiding this comment

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

what about libmsquic ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it is already excluded from pkg.

@qzhuyan qzhuyan merged commit 706fe1c into emqx:main Sep 20, 2024
31 of 32 checks passed
@qzhuyan qzhuyan deleted the ci/william/update-release-workflow branch September 20, 2024 09:44
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10956746046

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on ci/william/update-release-workflow at 86.649%

Totals Coverage Status
Change from base Build 10954800859: 86.6%
Covered Lines: 3894
Relevant Lines: 4494

💛 - Coveralls

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.

3 participants