-
Notifications
You must be signed in to change notification settings - Fork 397
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
RISC-V: add native build spec #7556
base: master
Are you sure you want to change the base?
Conversation
jenkins build riscv |
Looks like the container is missing git. I commented in the Eclipse issue. |
jenkins build riscv |
6b15486
to
6537581
Compare
jenkins build riscv |
@babsingh can you confirm if we need to change the |
It makes sense to differentiate between the two variants, i.e., include both |
6537581
to
3468d2e
Compare
jenkins build riscv |
This commit adds a RISC-V native build spec for CI testing. This is intended to run on Eclipse CBI [1]. [1]: https://github.com/eclipse-cbi/cbi/wiki#whats-provided
3468d2e
to
62d4368
Compare
So you suggest to do the following? omr/buildenv/jenkins/omrbuild.groovy Lines 163 to 164 in 62d4368
and omr/buildenv/jenkins/omrbuild.groovy Lines 183 to 184 in 62d4368
|
Yes, just the aliases should differ for the two configurations. If you'd like, you can suggest shorter alias names. |
Looking at (failed) run 6 ( https://ci.eclipse.org/omr/job/PullRequest-linux_riscv64/6/console):
I'll have another look next week. |
This PR adds a RISC-V native build spec in order to (re) enable OMR CI for RISC-V using RISC-V hardware.
For details see #7530.