-
Notifications
You must be signed in to change notification settings - Fork 9.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
vendor: update x/sys and x/net modules to support Risc-V #10834
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10834 +/- ##
==========================================
+ Coverage 63.83% 64.47% +0.63%
==========================================
Files 402 402
Lines 37712 37712
==========================================
+ Hits 24074 24315 +241
+ Misses 12017 11773 -244
- Partials 1621 1624 +3
Continue to review full report at Codecov.
|
Due to the Go module timestamp check, grpc 1.22.1 was failing with error:
Updating to named 1.22.1 version fixes this. |
Rebased and updated x/net due to a new validation by Go 1.13:
|
@carlosedp Can you change git commit title to |
Signed-off-by: Carlos de Paula <[email protected]>
@gyuho Done! Changed the PR title too. |
Passed all! 💯 |
Updating projects using libraries that were recently updated to support Risc-V architecture.
Go upstream work is tracked on: golang/go#27532
Risc-V software support tracker on https://github.com/carlosedp/riscv-bringup
Signed-off-by: CarlosEDP [email protected]