You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For once I was actually watching the output of a build and noticed that I was seeing an error about md5sum not being found. I'm building on a mac using boot2docker.
Filing for @roberthbailey
This code is wrong https://github.com/GoogleCloudPlatform/kubernetes/blob/master/build/common.sh#L595:
The local needs to be on a separate line from the command execution, and we need to be resilient to
md5sum
not existing on OS X, like: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/build/common.sh#L263The text was updated successfully, but these errors were encountered: