-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
update vendor to build on ARM64 #10805
Conversation
seem the failed CI is not related to this change PTAL @zhouqiang-cl |
/run-all-tests |
go mod tidy failed |
Do you know how to fix it? |
@tiancaiamao PTAL |
Codecov Report
@@ Coverage Diff @@
## master #10805 +/- ##
================================================
+ Coverage 80.2873% 80.2878% +0.0004%
================================================
Files 417 417
Lines 88451 88453 +2
================================================
+ Hits 71015 71017 +2
+ Misses 12231 12225 -6
- Partials 5205 5211 +6 |
PTAL @shenli |
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.
LGTM
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.
LGTM
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.
LGTM
/run-all-tests |
@winkyao I need some help of yours :). So i am building the image for arm64 to host it in my private artifactory.. i have tried with v5.0.2 and v4.0.0 . Images is getting build but while running the container getting this |
What problem does this PR solve?
Build TiDB on ARM64
What is changed and how it works?
Update vendor
Check List
Tests