cross-compiled-version-out
uses JDK instead of JRE
#3584
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
What are you trying to do? Run a build with
--cross-compile
which invokescross-compiled-version-out
to runjava -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:
The text was updated successfully, but these errors were encountered: