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

Fix issue with cache_all_platforms and specific_platform configured #4042

Merged
merged 4 commits into from Oct 30, 2020

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Oct 28, 2020

What was the end-user or developer problem that led to this PR?

In this case, when running bundle install, bundler would be unable to find some gems when updating the cache.

The reason is that the set of specs is initially materialized for the current platform for the standard bundle install behavior. But then when bundler tries to update the cache, the sources have that set of specs cached, and bundler is unable to find specs that are not for the current platform.

What is your fix for the problem, implemented in this PR?

The solution is to invalidate sources cache before materializing for all platforms, so that remote platform specific versions are considered.

Fixes #3328.

Make sure he following tasks are checked

In this case, when running `bundle install`, bundler would be unable to
find some gems when updating the cache.

The reason is that the set of specs is initially materialized for the
current platform for the standard `bundle install` behavior. But then
when bundler tries to update the cache, the sources have that set of
specs cached, and bundler is unable to find specs that are not for the
current platform.

The solution is to invalidate sources cache before materializing for all
platforms, so that remote platform specific versions are considered.
I think this was there to workaround multi platform issues that should
now be fixed.
Copy link

@stevenharman stevenharman left a comment

Choose a reason for hiding this comment

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

Confirmed this fixes #3328. Thank you! 👏

@deivid-rodriguez deivid-rodriguez merged commit e0f6ce6 into master Oct 30, 2020
@deivid-rodriguez deivid-rodriguez deleted the another_cache_plus_specific_platform_issue branch October 30, 2020 10:14
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…atform_issue

Fix issue with `cache_all_platforms` and `specific_platform` configured

(cherry picked from commit e0f6ce6)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…atform_issue

Fix issue with `cache_all_platforms` and `specific_platform` configured

(cherry picked from commit e0f6ce6)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…atform_issue

Fix issue with `cache_all_platforms` and `specific_platform` configured

(cherry picked from commit e0f6ce6)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…atform_issue

Fix issue with `cache_all_platforms` and `specific_platform` configured

(cherry picked from commit e0f6ce6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Platform-specific Gems not found in vendor/cache
3 participants