8283929: GHA: Add RISC-V build config#3205
Conversation
|
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
Looks like this will need the bump to trixie first. |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout riscv-gha
git fetch https://git.openjdk.org/jdk11u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
JDK-8199138 was added to 11u back in 2021 to allow Zero to support RISC-V, but it wasn't added to the GHA cross compile testing so we have no idea if it actually builds or gets broken by patches. This came to my intention when looking at the proposal to add RISC-V Zero support to 8u
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3205/head:pull/3205$ git checkout pull/3205Update a local copy of the PR:
$ git checkout pull/3205$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3205/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3205View PR using the GUI difftool:
$ git pr show -t 3205Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3205.diff