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

feat: Added docker pip cache support for macOS #192

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

moduspwnens
Copy link
Contributor

Description

Allows the docker_pip_cache property to work on macOS.

Motivation and Context

Without this, the docker_pip_cache property is hard-coded to be ignored unless the host platform is Linux.

Breaking Changes

No breaking compatibility.

How Has This Been Tested?

Works great on my Mac, using Docker for Mac, and it's got the M1 chip. I don't see or know why macOS was excluded, unless it was just an oversight in ensuring it didn't happen on Windows.

I could see it not working if the intent was to share a pip cache with the host, but that's not what it's doing. It's just creating a separate directory mapped into the container that gets reused between builds. And that's great! But macOS users would benefit from it, too.

@antonbabenko antonbabenko changed the title Added docker pip cache support for macOS feat: Added docker pip cache support for macOS Aug 30, 2021
@antonbabenko
Copy link
Member

I think you are right, it was an oversight during the release. Merging this one.

@antonbabenko antonbabenko merged commit 9f99b85 into terraform-aws-modules:master Aug 30, 2021
@antonbabenko
Copy link
Member

v2.13.0 has been just released.

@github-actions
Copy link

github-actions bot commented Nov 9, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants