RFR: 8355452: GHA: Test jtreg tier1 on linux-x64 static-jdk [v5]
Jiangli Zhou
jiangli at openjdk.org
Thu May 15 19:32:54 UTC 2025
On Wed, 14 May 2025 06:40:09 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The code alternates between `if [[ '${{ inputs.static-suffix }}' != '' ]]` and `if: ${{ inputs.static-suffix == '-static' }}`. I don't really care about which you chose, but please pick one and stick to it.
Replaced `if [[ '${{ inputs.static-suffix }}' != '' ]]` with `if: ${{ inputs.static-suffix == '-static' }}` to be more consistent. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24992#issuecomment-2884861630
More information about the build-dev
mailing list