-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
build: more fixes for CircleCI cross-build setup #20499
Conversation
- cross_build: | ||
requires: | ||
- godeps | ||
- jsdeps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am torn between running this on every PR (catches problems early, but slow) and only running it on master
. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better I think to weed out problems early.
Ugh, spoke too soon. Failed job popped up here. |
We might be intermittently running into docker/buildx#495 |
Closing this for now to reduce spam |
Closes #20479
Even with #20484 I was seeing intermittent failures on
master
. I haven't seen a failure (yet) with these changes, so fingers crossed...buildx
plugin onto whatever happens to be therearm64
buildx
builder