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

Minification #73

Merged
merged 5 commits into from
Oct 23, 2023
Merged

Minification #73

merged 5 commits into from
Oct 23, 2023

Conversation

as14692
Copy link
Contributor

@as14692 as14692 commented Oct 16, 2023

Issue

  • The size of credentials-fetcher RPM is higher than the desired value
  • Credentials-fetcher has a dependency on Boost which can be replaced with smaller packages

Solution

  • Replace all boost usages for JSON manipulation with JsonCpp
  • Replace all boost directory operation with standard Filesystem library
  • Replace all boost string operations with standard string library
  • Replace all boost-progarm-options usages with getopt library
  • Update CMake to build the new libraries replacing Boost

@as14692 as14692 merged commit 8dbd14f into aws:mainline Oct 23, 2023
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