RFR: 8361288: Fix build of JTReg: wget exited with exit code 4 [v2]
Jan Kratochvil
jkratochvil at openjdk.org
Thu Jul 3 11:00:29 UTC 2025
On Thu, 3 Jul 2025 10:18:47 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:
>>
>> retries 20->3
>> add a sleep 30
>
> .github/actions/build-jtreg/action.yml line 59:
>
>> 57: while ! bash make/build.sh --jdk "$JAVA_HOME_17_X64"; do
>> 58: retry=$[$retry+1]
>> 59: if [ $retry -gt 20 ];then
>
> 20 retries seems excessive. There is likely a persistent problem if it retries that many times.
>
> Suggestion:
>
> if [ $retry -gt 3 ];then
Done. I have also added a sleep 30.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26100#discussion_r2182489712
More information about the build-dev
mailing list