Skip to content
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 x/sys and x/net modules to support Risc-V #146

Closed
wants to merge 1 commit into from
Closed

Update x/sys and x/net modules to support Risc-V #146

wants to merge 1 commit into from

Conversation

carlosedp
Copy link

Updating projects using libraries that were recently updated to support Risc-V.

Go upstream work is tracked on: golang/go#27532

Risc-V software support tracker on https://github.com/carlosedp/riscv-bringup

@carlosedp
Copy link
Author

Hi, any news on this? Thanks!

gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)

go 1.13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go 1.13 isn't release yet.

golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

golang.org/x/sys isn't used directly or indirectly by promu so it gets removed when running go mod tidy.

@carlosedp
Copy link
Author

@simonpasquier just confirmed that with x/sys and x/net updated on upstream, promu builds with no change since these requirements are indirect.
Thanks!

@carlosedp carlosedp closed this Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants