deis / minio

Minio Object Storage in Kubernetes, used by Deis Workflow.
https://deis.com
MIT License
51 stars 25 forks source link

fix(glide): add alias for speter.net/go/exp/math/dec/inf #97

Closed vdice closed 8 years ago

vdice commented 8 years ago

make docker-build was prev failing (see https://ci.deis.io/job/minio/7/console)

ref https://github.com/deis/workflow-manager/pull/46

vdice commented 8 years ago

@arschles unfortunately, when cadvisor and k8s versions are not updated, the build fails with https://travis-ci.org/deis/minio/builds/130946476 -- wondering what can we do to remedy?

arschles commented 8 years ago

ah, I see why. it looks like at least some of those changes were transitive dependency updates - sorry I missed that. if you let glide do all updates necessary (i.e. not do what I said), I'm guessing the build will pass?

vdice commented 8 years ago

@arschles , I believe so. Just pushed a new glide.lock via glide update locally... waiting for ci to confirm...

arschles commented 8 years ago

@vdice sounds good. I've LGTM2-ed this PR, g2g when the build passes 👍