Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Make bundle clean clean git extension directories #7059

Merged
1 commit merged into from
Mar 27, 2019

Conversation

dylanahsmith
Copy link
Contributor

Fixes #7058

This PR fixes it by adding the native extension directories for git gems to the ones for non-git gems. This is used to get the unused extension directories (stale_extension_dirs = extension_dirs - spec_extension_paths) which was already excluding extension directories for git gems.

@hsbt
Copy link
Member

hsbt commented Mar 27, 2019

@bundlerbot r+

ghost pushed a commit that referenced this pull request Mar 27, 2019
7059: Make `bundle clean` clean git extension directories r=hsbt a=dylanahsmith

Fixes #7058

This PR fixes it by adding the native extension directories for git gems to the ones for non-git gems.  This is used to get the unused extension directories (`stale_extension_dirs = extension_dirs - spec_extension_paths`) which was already excluding extension directories for git gems.

Co-authored-by: Dylan Thacker-Smith <[email protected]>
@ghost
Copy link

ghost commented Mar 27, 2019

Build succeeded

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bundle clean native extensions for gems with a git source
4 participants