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: Add mutex to prevent Attribute not found error when threading unzips #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bradphilips
Copy link

Checklist

  • I've read the Contribution Guidelines
  • I've run bundle exec rspec from the root directory to run my changes against rspec tests
  • I've run bundle exec rubocop to check code style

Description

This change fixes an issue occurring when threading multiple zips in parallel - the cache directory couldn't be created and errored with:

checkdir:  cannot create extraction directory: _Prebuild/GeneratedFrameworks
           Attribute not found

Digging deeper into this it seems Carthage had a similar issue which was resolved this way:

kayak/carthage_remote_cache#1
kayak/carthage_remote_cache@df014b6

The unzip command seems to not be thread safe.

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