Skip to content

8283929: GHA: Add RISC-V build config#3205

Draft
gnu-andrew wants to merge 4 commits into
openjdk:masterfrom
gnu-andrew:riscv-gha
Draft

8283929: GHA: Add RISC-V build config#3205
gnu-andrew wants to merge 4 commits into
openjdk:masterfrom
gnu-andrew:riscv-gha

Conversation

@gnu-andrew

@gnu-andrew gnu-andrew commented May 23, 2026

Copy link
Copy Markdown
Member

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

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8283929 needs maintainer approval

Issue

  • JDK-8283929: GHA: Add RISC-V build config (Enhancement - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3205/head:pull/3205
$ git checkout pull/3205

Update a local copy of the PR:
$ git checkout pull/3205
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3205/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3205

View PR using the GUI difftool:
$ git pr show -t 3205

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3205.diff

@bridgekeeper

bridgekeeper Bot commented May 23, 2026

Copy link
Copy Markdown

👋 Welcome back andrew! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented May 23, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title Backport d5eec584da2bb6a43ab9df3379958b2dd6a4dd9f 8283929: GHA: Add RISC-V build config May 23, 2026
@openjdk

openjdk Bot commented May 23, 2026

Copy link
Copy Markdown

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added the backport Port of a pull request already in a different code base label May 23, 2026
@gnu-andrew

Copy link
Copy Markdown
Member Author

Looks like this will need the bump to trixie first.

@gnu-andrew gnu-andrew changed the base branch from master to pr/3196 May 27, 2026 03:26
@openjdk-notifier openjdk-notifier Bot changed the base branch from pr/3196 to master June 1, 2026 21:56
@openjdk-notifier

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base

Development

Successfully merging this pull request may close these issues.

1 participant