Skip to content

Slow Gem Install Fix #49

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

Merged
merged 1 commit into from
Feb 4, 2019
Merged

Conversation

thadamski
Copy link

@thadamski thadamski commented Dec 12, 2018

Reduced aws-sdk Dependencies to only aws-sdk-core

Built gem via (you may want to bump the local version in the .gemspec first):

gem build fluent-plugin-aws-elasticsearch-service.gemspec

And confirmed new gem installs quickly and works as expected

closes #48

Edit: To do the gem build above, you must have the project checked out via git, because the gemspec is using a git command to find the files to bundle, otherwise, you'll get an empty gem:
https://github.com/atomita/fluent-plugin-aws-elasticsearch-service/blob/master/fluent-plugin-aws-elasticsearch-service.gemspec#L18

Build gem via:
```
gem build fluent-plugin-aws-elasticsearch-service.gemspec
```

And confirmed new gem installs quickly and works as expected

closes atomita#48
@thadamski thadamski mentioned this pull request Dec 12, 2018
@thadamski thadamski changed the title Reduce aws-sdk Dependencies to aws-sdk-core Slow Gem Install Fix Dec 12, 2018
Copy link
Collaborator

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

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

Looks Good.
I've confirmed that this change works for me.

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.

Gem install is slow
2 participants