-
Notifications
You must be signed in to change notification settings - Fork 772
update Java/1.8 wrapper to also support aarch64 #11545
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 Java/1.8 wrapper to also support aarch64 #11545
Conversation
…version is to support --try-update-deps as '91-b26-OpenJDK' isn't a testable version.
|
|
||
| toolchain = SYSTEM | ||
|
|
||
| source_urls = ['https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/'] |
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.
The 8u265-b01 part should be reflected via versionsuffix?
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.
So you want the versionsuffix to be -aarch64-8u265-b01 (or -8u265-b01-aarch64)?
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.
I would say the version string should minimum include
version = '1.8_265'
and the remaining, aarch64, OpenJDK, and build(?) number should be part of the either the version or versionsuffix. So maybe
version = '1.8_265-b01-OpenJDK'
versionsuffix = '-aarch64'
or
version = '1.8_265'
versionsuffix = '-b01-OpenJDK-aarch64'
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
||
| toolchain = SYSTEM | ||
|
|
||
| source_urls = ['https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/'] |
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.
I would say the version string should minimum include
version = '1.8_265'
and the remaining, aarch64, OpenJDK, and build(?) number should be part of the either the version or versionsuffix. So maybe
version = '1.8_265-b01-OpenJDK'
versionsuffix = '-aarch64'
or
version = '1.8_265'
versionsuffix = '-b01-OpenJDK-aarch64'
|
Can do, but please also note easybuilders/easybuild-framework#3475 (comment). |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 717073185 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @terjekv |
|
Test report by @branfosj |
It's trying to install the Power version? Why? |
|
Because you also modified that easyconfig. --from-pr will pick up everything that you changed (you can specify which easyconfigs in the same command line to limit it) |
|
Test report by @terjekv |
Aha! Thanks! |
|
@boegelbot please test @ generoso |
|
Test report by @boegel |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 717479886 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
boegel
left a comment
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
(created using
eb --new-pr)The versionsuffix changes to the power version is to support --try-update-deps as
91-b26-OpenJDKisn't a testable version.