RFR: 8355452: GHA: Test jtreg tier1 on linux-x64 static-jdk [v10]
Jiangli Zhou
jiangli at openjdk.org
Thu May 15 19:44:39 UTC 2025
On Thu, 15 May 2025 00:25:40 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:
>> Did you try this?
>
> I missed your above suggestion earlier. Experimenting with this. Thanks for the suggestion.
I went with using an explicit `extra-options` step to set up the extra command-line options for `make test-prebuilt` to handle the static case. That got rid of the separate `run-tests-static` step and notify error step. The `run-tests` now is used for running tests for both the regular and static cases. GHA testing showed that it worked ok.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24992#discussion_r2091850312
More information about the build-dev
mailing list