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

Trim dependencies and binary size, add binary docker test #10

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

naddeoa
Copy link
Owner

@naddeoa naddeoa commented Dec 30, 2023

This gets rid of a few dependencies (including networkx) and adds the --strip option to slim down the total binary size by stripping out debug symbols.

This also adds another docker image that uses the linux binary instead of the python wheel to the build. Just making sure the generated binaries actually work now that I'm doing potentially funky stuff to them like stripping out symbols.

This gets rid of a few dependencies (including networkx) and adds the
--strip option to slim down the total binary size by stripping out debug
symbols.

This also adds another docker image that uses the linux binary instead
of the python wheel to the build. Just making sure the generated
binaries actually work now that I'm doing potentially funky stuff to
them like stripping out symbols.
@naddeoa naddeoa merged commit 3500876 into master Dec 30, 2023
1 check passed
@naddeoa naddeoa deleted the trim-binary branch December 30, 2023 21:27
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.

1 participant