-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Riscv support #5621
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
Riscv support #5621
Conversation
Updated the PR with latest modules and fixed conflict on vendor dir. |
To update the
And commit the changes to |
@simonpasquier, this last commit is already updated like this. Contains all modules fetched by go mod. |
You need to check again because the CI fails due to |
Lets see, third time is a charm :D |
Ping @simonpasquier, I think it's ok now :) |
Any news on this? |
@simonpasquier rebased this. |
go.mod
Outdated
@@ -68,3 +68,5 @@ require ( | |||
) | |||
|
|||
replace k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0 | |||
|
|||
go 1.13 |
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.
are you ok if we wait for 1.13 to be released first?
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.
Dropped this. My bad.
@simonpasquier something wonky in the circleci test.... |
No errors here:
|
I've retriggered the CI, thanks for your patience! |
All good now... thanks @simonpasquier :) |
@simonpasquier ping? |
Hey @simonpasquier , can I rebase this PR? |
I just built from master with PR#5883 applied and it's GTG:
|
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
@carlosedp so this PR can be closed? |
@simonpasquier yes, it builds correctly by using
Other than that, it can be closed. |
These changes add support to Risc-V architecture.
Prometheus builds fine with Go Risc-V upstream project from https://github.com/4a6f656c/riscv-go/.