Skip to content
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

cross-compiled-version-out uses JDK instead of JRE #3584

Open
sxa opened this issue Dec 15, 2023 · 0 comments
Open

cross-compiled-version-out uses JDK instead of JRE #3584

sxa opened this issue Dec 15, 2023 · 0 comments
Labels
cross-compile Issues that affect or relate to cross compiled platforms (e.g. RISC-V) macos Issues that affect or relate to the MAC OS

Comments

@sxa
Copy link
Member

sxa commented Dec 15, 2023

What are you trying to do? Run a build with --cross-compile which invokes cross-compiled-version-out to run java -version

Expected behaviour: cross-compiled-version-out job transfers the minimal amount of data to do the action

Observed behaviour: Job copies the JDK instead of the JRE artifact which is much larger and takes longer to transfer, which is particularly noticeable on the RISC-V machine hosted by PLCTlab

Any other comments:

@sxa sxa changed the title cross-compiled-version-out uses JDk instead of JRE cross-compiled-version-out uses JDK instead of JRE Dec 15, 2023
@github-actions github-actions bot added cross-compile Issues that affect or relate to cross compiled platforms (e.g. RISC-V) macos Issues that affect or relate to the MAC OS labels Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cross-compile Issues that affect or relate to cross compiled platforms (e.g. RISC-V) macos Issues that affect or relate to the MAC OS
Projects
Status: Todo
Development

No branches or pull requests

1 participant