Re: RFR: 8315062: [GHA] get-bootjdk action should return the abolute path

2023-08-28 Thread Erik Joelsson
On Fri, 25 Aug 2023 22:32:13 GMT, Xin Liu wrote: > We are running hotspot:tier2 on github action(GHA). I have difficulty to > execute this test on GHA: > Runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchiveUpgrade.java > > In GHA, the java property is gained from environment variable

Re: RFR: 8315062: [GHA] get-bootjdk action should return the abolute path

2023-08-28 Thread Christoph Langer
On Fri, 25 Aug 2023 22:32:13 GMT, Xin Liu wrote: > We are running hotspot:tier2 on github action(GHA). I have difficulty to > execute this test on GHA: > Runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchiveUpgrade.java > > In GHA, the java property is gained from environment variable

RFR: 8315062: [GHA] get-bootjdk action should return the abolute path

2023-08-25 Thread Xin Liu
We are running hotspot:tier2 on github action(GHA). I have difficulty to execute this test on GHA: Runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchiveUpgrade.java In GHA, the java property is gained from environment variable BOOT_JDK. BOOT_JDK=${{ steps.bootjdk.outputs.path }} it is