-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Weird error using jitpack master-SNAPSHOT: #402
Comments
@sscarduzio it's known issue in 1.4.0/1.4.1 with Mac OS X <= 10.11, we're working on a hotfix and will release it ASAP. |
Got it. I'm downloading Sierra right now. Never thought something like this would be the thing making me upgrade 😆 |
BTW, just curious, would a simple downgrade in Netty dependencies fix the issue? Do you rely on something Netty introduced in this new version? |
@sscarduzio yes, we updated |
Just for visibility, this is the underlying issue: netty/netty#6837 |
Adjust docker client provider strategies so that a proxied (TCP) connection is used to connect to the Docker daemon on < OS X 10.12. Fixes #402.
I still have annoyances for test cases that involve more than one container, I was thinking to give a try to the latest updates, and tried to depend on jitpack master snapshot
But when I try to build it, I get this non-JVM error I cannot interpret:
I use MacOS el capitan.
The text was updated successfully, but these errors were encountered: